Files
homelab/k8s/apps/llamacpp/configmap-cuda.yaml
T
Ultradesu dbecdb7069
Check with kubeconform / lint (push) Successful in 10s
Auto-update README / Generate README and Create MR (push) Failing after 10m34s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Failing after 12m48s
Changed uk-desktop llama model
2026-06-17 13:11:28 +01:00

13 lines
287 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: llamacpp-cuda-config
data:
LLAMA_CACHE: /models
LLAMA_ARG_HOST: 0.0.0.0
LLAMA_ARG_PORT: "8080"
LLAMA_ARG_HF_REPO: "unsloth/gemma-4-12b-it-GGUF:Q6_K"
LLAMA_ARG_CTX_SIZE: "32768"
LLAMA_ARG_FLASH_ATTN: auto
LLAMA_ARG_FIT: "on"