From 1ebab4f6e500f2d92b7831e32967b251982ff7fd Mon Sep 17 00:00:00 2001 From: SiriusClaw Date: Sat, 18 Apr 2026 21:32:03 +0000 Subject: [PATCH] fix: enforce eager execution to stop gemma 2 CUDA graph crash --- 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 f606334..24f6bf8 100644 --- a/apps/base/customer1/openclaw/vllm-gemma.yaml +++ b/apps/base/customer1/openclaw/vllm-gemma.yaml @@ -41,6 +41,7 @@ spec: - "--trust-remote-code" - "--gpu-memory-utilization" - "0.95" + - "--enforce-eager" ports: - containerPort: 8000 resources: