From 5560d2b4afcda4d94c2cb2efc7e4fb628016baca Mon Sep 17 00:00:00 2001 From: SiriusClaw Date: Sat, 18 Apr 2026 17:55:00 +0000 Subject: [PATCH] fix: switch to official Qwen2.5 32B Instruct model due to missing dolphin repo --- apps/base/customer1/openclaw/configmap.yaml | 2 +- apps/base/customer1/openclaw/vllm-gemma.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base/customer1/openclaw/configmap.yaml b/apps/base/customer1/openclaw/configmap.yaml index 84d8098..1b973ce 100644 --- a/apps/base/customer1/openclaw/configmap.yaml +++ b/apps/base/customer1/openclaw/configmap.yaml @@ -49,7 +49,7 @@ data: "agents": { "defaults": { "model": { - "primary": "openai/cognitivecomputations/dolphin-2.9.2-qwen1.5-32b", + "primary": "openai/Qwen/Qwen2.5-32B-Instruct", "fallbacks": ["google/gemini-3.1-pro-preview"] }, "workspace": "~/.openclaw/workspace" diff --git a/apps/base/customer1/openclaw/vllm-gemma.yaml b/apps/base/customer1/openclaw/vllm-gemma.yaml index c8b7887..9d94141 100644 --- a/apps/base/customer1/openclaw/vllm-gemma.yaml +++ b/apps/base/customer1/openclaw/vllm-gemma.yaml @@ -28,7 +28,7 @@ spec: command: ["python3", "-m", "vllm.entrypoints.openai.api_server"] args: - "--model" - - "cognitivecomputations/dolphin-2.9.2-qwen1.5-32b" # Native 32B Uncensored (fits perfectly in 80GB VRAM) + - "Qwen/Qwen2.5-32B-Instruct" # Official Qwen 2.5 32B Base Model - "--dtype" - "half" - "--max-model-len"