This commit is contained in:
2026-08-25 15:39:31 +03:00
parent b239fc9340
commit 7053071cb2

View File

@@ -27,9 +27,9 @@ spec:
- name: HF_HOME
value: /models/.hf
- name: MODEL_REPO
value: "byteshape/Qwen3.6-35B-A3B-GGUF"
value: "byteshape/Qwen3.8-27B-GGUF"
- name: MODEL_FILE
value: "Qwen3.6-35B-A3B-IQ3_S-3.00bpw.gguf"
value: "Qwen3.8-27B-IQ3_S-3.44bpw.gguf"
# optional, only if you need gated/private models
# - name: HUGGING_FACE_HUB_TOKEN
# valueFrom:
@@ -82,7 +82,7 @@ spec:
image: ghcr.io/ggml-org/llama.cpp:server-vulkan
args:
- "--model"
- "/models/Qwen3.6-35B-A3B-IQ3_S-3.00bpw.gguf"
- "/models/Qwen3.8-27B-IQ3_S-3.44bpw.gguf"
- "--host"
- "0.0.0.0"
- "--port"