File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -121,14 +121,14 @@ jobs:
121121 git checkout v0.8.3
122122 VLLM_TARGET_DEVICE=empty pip install -e .
123123
124- - name : Run vllm-project/vllm-ascend test
124+ - name : Run vllm-project/vllm-ascend test with vllm v0.8.3
125125 env :
126126 VLLM_USE_V1 : 0
127127 HF_ENDPOINT : https://hf-mirror.com
128128 run : |
129129 VLLM_USE_V1=0 pytest -sv -m 'not multinpu' tests
130130
131- - name : Run vllm-project/vllm test for V0 Engine
131+ - name : Run vllm-project/vllm test for V0 Engine with vllm v0.8.3
132132 env :
133133 VLLM_USE_V1 : 0
134134 PYTORCH_NPU_ALLOC_CONF : max_split_size_mb:256
@@ -175,6 +175,7 @@ jobs:
175175 uses : actions/checkout@v4
176176 with :
177177 repository : vllm-project/vllm
178+ fetch-depth : 0
178179 path : ./vllm-empty
179180
180181 - name : Install vllm-project/vllm from source
@@ -214,7 +215,7 @@ jobs:
214215 git checkout v0.8.3
215216 VLLM_TARGET_DEVICE=empty pip install -e .
216217
217- - name : Run vllm-project/vllm-ascend test
218+ - name : Run vllm-project/vllm-ascend test with vllm v0.8.3
218219 env :
219220 VLLM_USE_V1 : 0
220221 PYTORCH_NPU_ALLOC_CONF : max_split_size_mb:256
You can’t perform that action at this time.
0 commit comments