decrease memory

This commit is contained in:
2026-05-11 11:38:22 -05:00
parent 2d2df4bb0a
commit 9ea69aedb4

View File

@@ -49,7 +49,7 @@ spec:
- --served-model-name - --served-model-name
- Qwen/Qwen3.6-27B-FP8 - Qwen/Qwen3.6-27B-FP8
- --gpu-memory-utilization - --gpu-memory-utilization
- "0.92" # ↑ More memory for KV cache / bigger batches - "0.90" # ↑ More memory for KV cache / bigger batches
- --max-model-len - --max-model-len
- "32768" # ↓ 256K→32K (adjust if you really need long context) - "32768" # ↓ 256K→32K (adjust if you really need long context)
- --language-model-only - --language-model-only