Merge pull request #46 from sirius0xdev/feature/maximize-l4-context

Maximize L4 vLLM context window
This commit is contained in:
sirius0xdev 2026-04-20 12:29:03 -04:00 committed by GitHub
commit 2f163fab36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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