Merge pull request #10 from sirius0xdev/feat/vllm-dolphin-24b-venice

fix: switch to Dolphin-Mistral-24B-Venice-Edition
This commit is contained in:
sirius0xdev 2026-04-18 14:14:43 -04:00 committed by GitHub
commit 44290af92f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 6 deletions

View file

@ -49,7 +49,7 @@ data:
"agents": {
"defaults": {
"model": {
"primary": "openai/solidrust/dolphin-2.9.2-qwen2-72b-AWQ",
"primary": "openai/dphn/Dolphin-Mistral-24B-Venice-Edition",
"fallbacks": ["google/gemini-3.1-pro-preview"]
},
"workspace": "~/.openclaw/workspace"

View file

@ -28,13 +28,11 @@ spec:
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
args:
- "--model"
- "solidrust/dolphin-2.9.2-qwen2-72b-AWQ" # Elite Uncensored 72B (AWQ Quantized for 80GB VRAM)
- "--quantization"
- "awq"
- "dphn/Dolphin-Mistral-24B-Venice-Edition" # Uncensored 24B (Native)
- "--dtype"
- "half"
- "bfloat16"
- "--max-model-len"
- "16384"
- "32768"
ports:
- containerPort: 8000
resources: