Merge pull request #27 from sirius0xdev/optimize-vllm-a100
chore: Optimize vLLM for A100 by removing artificial batch limits
This commit is contained in:
commit
ea8ea2801d
1 changed files with 0 additions and 3 deletions
|
|
@ -38,9 +38,6 @@ spec:
|
||||||
- --tensor-parallel-size=1
|
- --tensor-parallel-size=1
|
||||||
- --gpu-memory-utilization=0.95 # ← 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-model-len=24576 # Start conservative (you can raise to 32768 later)
|
||||||
- --max-num-batched-tokens=8192
|
|
||||||
- --max-num-seqs=8 # Lower for single-user / low-concurrency
|
|
||||||
- --disable-custom-all-reduce
|
|
||||||
- --enable-auto-tool-choice
|
- --enable-auto-tool-choice
|
||||||
- --trust-remote-code
|
- --trust-remote-code
|
||||||
- --dtype=auto
|
- --dtype=auto
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue