fix qwen3.8 deployment
This commit is contained in:
@@ -13,13 +13,13 @@ Ollama endpoint.
|
||||
|---|---|---|---|
|
||||
| `qwen3.8-27b` | Qwen3.8-27B with MTP | `Q4_K_M` primary, `Q4_0` draft, 196k context, q8_0 K/V cache | `llamacpp-qwen38-27b.llamacpp:80` |
|
||||
|
||||
The active Deployment uses llama.cpp's Hugging Face downloader for both model
|
||||
repositories:
|
||||
An initContainer downloads both model files atomically before llama-server
|
||||
starts:
|
||||
|
||||
- Primary: `ggml-org/Qwen3.8-27B-GGUF:Q4_K_M`
|
||||
- Draft: `ggml-org/Qwen3.8-27B-GGUF:Q4_0`
|
||||
|
||||
The model cache is stored on the shared hostPath PVC at
|
||||
The model files are stored on the shared hostPath PVC at
|
||||
`/data/llamacpp/models` on the NUCBox. The server is configured with
|
||||
`--spec-default --spec-type draft-mtp`, `--reasoning-preserve`, `--fit off`,
|
||||
and `--agent`.
|
||||
|
||||
Reference in New Issue
Block a user