Merge pull request #8 from sirius0xdev/feat/vllm-dolphin-72b-awq
feat: upgrade brain to uncensored Dolphin Qwen2 72B AWQ
This commit is contained in:
commit
0df3e39d8a
2 changed files with 4 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ data:
|
||||||
"agents": {
|
"agents": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"model": {
|
"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"]
|
"fallbacks": ["google/gemini-3.1-pro-preview"]
|
||||||
},
|
},
|
||||||
"workspace": "~/.openclaw/workspace"
|
"workspace": "~/.openclaw/workspace"
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,9 @@ spec:
|
||||||
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
|
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
|
||||||
args:
|
args:
|
||||||
- "--model"
|
- "--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"
|
- "--dtype"
|
||||||
- "half"
|
- "half"
|
||||||
- "--max-model-len"
|
- "--max-model-len"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue