dial in vllm
This commit is contained in:
parent
4e2b0974f4
commit
cfedb963e5
1 changed files with 5 additions and 5 deletions
|
|
@ -37,13 +37,13 @@ spec:
|
|||
- --port=8000
|
||||
- --tensor-parallel-size=1
|
||||
- --tokenizer-mode=hf
|
||||
- --gpu-memory-utilization=0.95
|
||||
- --enforce-eager
|
||||
- --max-model-len=65536
|
||||
- --gpu-memory-utilization=0.90
|
||||
#- --enforce-eager
|
||||
- --max-model-len=98304
|
||||
- --enable-auto-tool-choice
|
||||
- --kv-cache-dtype=fp8
|
||||
- --max-num-batched-tokens=65536
|
||||
- --max-num-seqs=128
|
||||
- --max-num-batched-tokens=32768
|
||||
- --max-num-seqs=32
|
||||
- --block-size=32
|
||||
- --enable-chunked-prefill
|
||||
- --trust-remote-code
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue