From bd6416e6a65ec59e0799fa67541bd4610afd8a86 Mon Sep 17 00:00:00 2001 From: SiriusClaw Date: Sat, 18 Apr 2026 19:01:53 +0000 Subject: [PATCH] fix: add trust-remote-code to vLLM args for mistral architecture --- apps/base/customer1/openclaw/vllm-gemma.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/base/customer1/openclaw/vllm-gemma.yaml b/apps/base/customer1/openclaw/vllm-gemma.yaml index bda6a5b..67c0409 100644 --- a/apps/base/customer1/openclaw/vllm-gemma.yaml +++ b/apps/base/customer1/openclaw/vllm-gemma.yaml @@ -33,6 +33,7 @@ spec: - "bfloat16" - "--max-model-len" - "32768" + - "--trust-remote-code" ports: - containerPort: 8000 resources: