Skip to content

Commit e220545

Browse files
committed
[PD Disagg][CI] Upgrade vllm version to fix ci
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent 9cd4ac7 commit e220545

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/vllm_ascend_test_pd.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
strategy:
4343
matrix:
4444
vllm_verison: [
45-
# revert me when V1 disaggregation prefill is merged in main
46-
# main,
47-
v0.9.1
45+
main,
46+
v0.9.2
4847
]
4948
name: vLLM Ascend prefilling decoding disaggregation test
5049
runs-on: linux-arm64-npu-static-8
@@ -108,4 +107,4 @@ jobs:
108107
109108
- name: Run vllm-project/vllm-ascend PD Disaggregation test
110109
run: |
111-
pytest -sv tests/e2e/pd_disaggreate/test_pd_e2e.py
110+
VLLM_USE_V1=0 pytest -sv tests/e2e/pd_disaggreate/test_pd_e2e.py

0 commit comments

Comments
 (0)