deploy deepseek v4
This commit is contained in:
@@ -299,11 +299,12 @@ Design rules baked into SOUL.md:
|
||||
|
||||
## 11. Deployment checklist (do in this order)
|
||||
|
||||
1. **Add the Ollama model to LiteLLM** (already done in `litellm/litellm.yaml`):
|
||||
the `qwen-3.6:27b` entry points at `http://10.88.20.12:11434`. Make sure
|
||||
`qwen3.6:27b` is actually pulled on that Ollama host
|
||||
(`ollama pull qwen3.6:27b`). Apply: `kubectl apply -f litellm/` and restart
|
||||
the LiteLLM pod so the new config takes effect.
|
||||
1. **Add the in-cluster model to LiteLLM** (already done in `litellm/litellm.yaml`):
|
||||
the `deepseek-v4-flash-0731` entry points at the in-cluster llama.cpp server
|
||||
`http://llamacpp-deepseek-v4-flash-0731.llamacpp/v1` (served from the NUCBox
|
||||
APU; see `llamacpp/deployment-deepseek-v4-flash-0731.yaml`). Apply:
|
||||
`kubectl apply -f litellm/` and restart the LiteLLM pod so the new config
|
||||
takes effect.
|
||||
2. **Create the `gitea-registry` secret in the new namespace** (ArgoCD won't
|
||||
create it — it's not in the repo):
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user