feat: upgrade brain to uncensored Dolphin Qwen2 72B AWQ

This commit is contained in:
SiriusClaw 2026-04-18 17:57:32 +00:00
parent 5560d2b4af
commit f8bc8973a1
2 changed files with 4 additions and 2 deletions

View file

@ -49,7 +49,7 @@ data:
"agents": {
"defaults": {
"model": {
"primary": "openai/Qwen/Qwen2.5-32B-Instruct",
"primary": "openai/solidrust/dolphin-2.9.2-qwen2-72b-AWQ",
"fallbacks": ["google/gemini-3.1-pro-preview"]
},
"workspace": "~/.openclaw/workspace"

View file

@ -28,7 +28,9 @@ spec:
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
args:
- "--model"
- "Qwen/Qwen2.5-32B-Instruct" # Official Qwen 2.5 32B Base Model
- "solidrust/dolphin-2.9.2-qwen2-72b-AWQ" # Elite Uncensored 72B (AWQ Quantized for 80GB VRAM)
- "--quantization"
- "awq"
- "--dtype"
- "half"
- "--max-model-len"