Merge pull request #46 from sirius0xdev/feature/maximize-l4-context
Maximize L4 vLLM context window
This commit is contained in:
commit
2f163fab36
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ spec:
|
|||
- --host=0.0.0.0
|
||||
- --port=8000
|
||||
- --tensor-parallel-size=1
|
||||
- --gpu-memory-utilization=0.90
|
||||
- --max-model-len=16384
|
||||
- --gpu-memory-utilization=0.95
|
||||
- --max-model-len=32768
|
||||
- --enable-auto-tool-choice
|
||||
- --trust-remote-code
|
||||
- --dtype=auto
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue