fix: num-gpu-blocks-override 4000→5500 — 4000 blocks can't fit a 70K prompt
5500 blocks × 16 tokens = 88K token capacity. Covers max-model-len=80000 + output generation headroom.
This commit is contained in:
@@ -33,7 +33,7 @@ command:
|
|||||||
- --dtype
|
- --dtype
|
||||||
- half
|
- half
|
||||||
- --num-gpu-blocks-override
|
- --num-gpu-blocks-override
|
||||||
- '4000'
|
- '5500'
|
||||||
env:
|
env:
|
||||||
- name: VLLM_ENGINE_ITERATION_TIMEOUT_S
|
- name: VLLM_ENGINE_ITERATION_TIMEOUT_S
|
||||||
value: 3600
|
value: 3600
|
||||||
|
|||||||
Reference in New Issue
Block a user