Skip to content

Commit c9b9de8

Browse files
authored
[Test] Extend DeepSeek prefix cache startup timeout (vllm-project#11249)
### What this PR does / why we need it? Adds `VLLM_ENGINE_READY_TIMEOUT_S: "7200"` to the Prefix-Cache DeepSeek-R1-0528-W8A8 nightly config, matching the existing DeepSeek-R1-0528-W8A8 W8A8 config so the large model has enough startup time before tests begin. ### Does this PR introduce _any_ user-facing change? No. This only updates a nightly test configuration. ### How was this patch tested? Not run locally; configuration-only nightly test update. - vLLM version: v0.23.0 - vLLM main: vllm-project/vllm@dc68bd8 --------- Signed-off-by: underfituu <hzhucong@163.com>
1 parent 4e9b8a0 commit c9b9de8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/e2e/nightly/single_node/models/configs/Prefix-Cache-DeepSeek-R1-0528-W8A8.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ test_cases:
1111
HCCL_BUFFSIZE: "1024"
1212
PYTORCH_NPU_ALLOC_CONF: "expandable_segments:True"
1313
SERVER_PORT: "DEFAULT_PORT"
14+
VLLM_ENGINE_READY_TIMEOUT_S: "7200"
1415
server_cmd:
1516
- "--quantization"
1617
- "ascend"

0 commit comments

Comments
 (0)