Update rtx6000-vllm.yaml

This commit is contained in:
sirius0xdev 2026-04-29 11:21:02 -04:00 committed by GitHub
parent 24fee8f4a2
commit 17f46261e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,12 +39,12 @@ spec:
- --tensor-parallel-size=1 - --tensor-parallel-size=1
- --tokenizer-mode=hf - --tokenizer-mode=hf
- --gpu-memory-utilization=0.95 - --gpu-memory-utilization=0.95
- --kv-cache-dtype=fp8 - --kv-cache-dtype=fp8_e5m2
- --max-model-len=131072 - --max-model-len=131072
- --enable-auto-tool-choice - --enable-auto-tool-choice
- --enable-chunked-prefill - --enable-chunked-prefill
- --max-num-batched-tokens=8192 - --max-num-batched-tokens=8192
- --max-num-seqs=4 - --max-num-seqs=64
- --trust-remote-code - --trust-remote-code
- --dtype=auto - --dtype=auto
- --enable-prefix-caching - --enable-prefix-caching