fix vllm
This commit is contained in:
parent
bce6e18f2b
commit
52f1af7e73
1 changed files with 3 additions and 3 deletions
|
|
@ -37,12 +37,12 @@ spec:
|
||||||
- --port=8000
|
- --port=8000
|
||||||
- --tensor-parallel-size=1
|
- --tensor-parallel-size=1
|
||||||
- --tokenizer-mode=hf
|
- --tokenizer-mode=hf
|
||||||
- --gpu-memory-utilization=0.95
|
- --gpu-memory-utilization=0.90
|
||||||
- --max-model-len=98304
|
- --max-model-len=65536
|
||||||
- --enable-auto-tool-choice
|
- --enable-auto-tool-choice
|
||||||
- --kv-cache-dtype=fp8
|
- --kv-cache-dtype=fp8
|
||||||
- --max-num-batched-tokens=65536
|
- --max-num-batched-tokens=65536
|
||||||
- --max-num-seqs=64
|
- --max-num-seqs=128
|
||||||
- --enable-chunked-prefill
|
- --enable-chunked-prefill
|
||||||
- --trust-remote-code
|
- --trust-remote-code
|
||||||
- --dtype=auto
|
- --dtype=auto
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue