[CI] fix vllm test (#365)

fix vllm test

Signed-off-by: MengqingCao <cmq0113@163.com>
This commit is contained in:
Mengqing Cao
2025-03-24 16:09:06 +08:00
committed by GitHub
parent 89ca63a2c2
commit 8996733307
2 changed files with 11 additions and 5 deletions

View File

@@ -130,11 +130,12 @@ jobs:
run: |
VLLM_USE_V1=0 pytest -sv tests
# FIXME: make vllm test pass
#- name: Checkout vllm-project/vllm repo
#- name: Run vllm-project/vllm test
# run: |
# VLLM_USE_V1=0 pytest -sv
- name: Run vllm-project/vllm test
env:
VLLM_USE_V1: 0
PYTORCH_NPU_ALLOC_CONF: max_split_size_mb:256
run: |
pytest -sv
post_cleanup:
name: vLLM Ascend test (post-cleanup)