From 3a924b4a10ddf3ce32de4355b9c923088dbc2219 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Sat, 18 Apr 2026 22:08:56 +0000 Subject: [PATCH] fix vllm args --- apps/base/customer1/openclaw/vllm-gemma.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/customer1/openclaw/vllm-gemma.yaml b/apps/base/customer1/openclaw/vllm-gemma.yaml index b2adf89..5ec575b 100644 --- a/apps/base/customer1/openclaw/vllm-gemma.yaml +++ b/apps/base/customer1/openclaw/vllm-gemma.yaml @@ -44,7 +44,7 @@ spec: - --disable-custom-all-reduce - --trust-remote-code - --dtype=auto - - --limit-mm-per-prompt=image=1,video=0 # Optional: limit vision if not heavily using images yet + - --limit-mm-per-prompt='{"image"=1, "video"=0}' # Optional: limit vision if not heavily using images yet ports: - containerPort: 8000 resources: