From e220545c2f30bfd6da095c300593d81cb92ce51d Mon Sep 17 00:00:00 2001 From: MengqingCao Date: Mon, 14 Jul 2025 02:36:40 +0000 Subject: [PATCH] [PD Disagg][CI] Upgrade vllm version to fix ci Signed-off-by: MengqingCao --- .github/workflows/vllm_ascend_test_pd.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/vllm_ascend_test_pd.yaml b/.github/workflows/vllm_ascend_test_pd.yaml index e6bb6a6988..beea827546 100644 --- a/.github/workflows/vllm_ascend_test_pd.yaml +++ b/.github/workflows/vllm_ascend_test_pd.yaml @@ -42,9 +42,8 @@ jobs: strategy: matrix: vllm_verison: [ - # revert me when V1 disaggregation prefill is merged in main - # main, - v0.9.1 + main, + v0.9.2 ] name: vLLM Ascend prefilling decoding disaggregation test runs-on: linux-arm64-npu-static-8 @@ -108,4 +107,4 @@ jobs: - name: Run vllm-project/vllm-ascend PD Disaggregation test run: | - pytest -sv tests/e2e/pd_disaggreate/test_pd_e2e.py + VLLM_USE_V1=0 pytest -sv tests/e2e/pd_disaggreate/test_pd_e2e.py