From 0dbf223df08f5b834d991b0d32c710fe18654cd8 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Mon, 20 Apr 2026 01:49:36 +0000 Subject: [PATCH] fix vllm config --- apps/base/customer1/openclaw/vllm-gemma.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/base/customer1/openclaw/vllm-gemma.yaml b/apps/base/customer1/openclaw/vllm-gemma.yaml index 1a0ef62..f8622f4 100644 --- a/apps/base/customer1/openclaw/vllm-gemma.yaml +++ b/apps/base/customer1/openclaw/vllm-gemma.yaml @@ -36,16 +36,17 @@ spec: - --host=0.0.0.0 - --port=8000 - --tensor-parallel-size=1 - - --gpu-memory-utilization=0.98 # ← Critical: lower than default 0.90 + - --gpu-memory-utilization=0.95 # ← Critical: lower than default 0.90 - --max-model-len=24576 # Start conservative (you can raise to 32768 later) - --max-num-batched-tokens=8192 - - --max-num-seqs=16 # Lower for single-user / low-concurrency + - --max-num-seqs=8 # Lower for single-user / low-concurrency - --enforce-eager # Disables CUDA graphs → big memory saver at startup - --disable-custom-all-reduce - --enable-auto-tool-choice - --trust-remote-code - --dtype=auto - - --tool-call-parser qwen3_xml + - --tool-call-parser=qwen3_coder + - --reasoning-parser=qwen3 - --enable-prefix-caching ##- --limit-mm-per-prompt='{"image"=1, "video"=0}' # Optional: limit vision if not heavily using images yet ports: