chore: maximize vllm max_model_len on L4 to 32768
This commit is contained in:
parent
399d1a58ed
commit
fb951600d7
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ spec:
|
||||||
- --host=0.0.0.0
|
- --host=0.0.0.0
|
||||||
- --port=8000
|
- --port=8000
|
||||||
- --tensor-parallel-size=1
|
- --tensor-parallel-size=1
|
||||||
- --gpu-memory-utilization=0.90
|
- --gpu-memory-utilization=0.95
|
||||||
- --max-model-len=16384
|
- --max-model-len=32768
|
||||||
- --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