fix oom
This commit is contained in:
parent
2207a8a5c7
commit
bd09ea4958
1 changed files with 4 additions and 1 deletions
|
|
@ -38,7 +38,10 @@ spec:
|
||||||
- --port=8000
|
- --port=8000
|
||||||
- --tensor-parallel-size=1
|
- --tensor-parallel-size=1
|
||||||
- --gpu-memory-utilization=0.95
|
- --gpu-memory-utilization=0.95
|
||||||
- --max-model-len=32768
|
- --max-model-len=16384
|
||||||
|
- --max-num-batched-tokens=2048
|
||||||
|
- --max-num-seqs=128
|
||||||
|
- --enable-chunked-prefill
|
||||||
- --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