File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,8 @@ jobs:
170170 pip install -r requirements-dev.txt
171171 pip install -v -e .
172172
173- - name : Run vllm-project/vllm-ascend test (no triton)
173+ # This test doesn't require triton-ascend, we run it to avoid potential triton issues.
174+ - name : Run vllm-project/vllm-ascend test (no triton-ascend)
174175 env :
175176 VLLM_WORKER_MULTIPROC_METHOD : spawn
176177 VLLM_USE_MODELSCOPE : True
Original file line number Diff line number Diff line change 2727
2828from vllm_ascend .utils import AscendDeviceType , get_ascend_device_type
2929
30- MODELS = [
31- "facebook/opt-125m" ,
32- "vllm-ascend/DeepSeek-V2-Lite-W8A8" ,
33- ]
30+ # here we delete qwen3-0.6b, please add it when the test can be enabled when trion-ascend is supported.
31+ MODELS = ["vllm-ascend/DeepSeek-V2-Lite-W8A8" ]
3432
3533
3634def _install_spies (counters : dict [str , Any ]) -> contextlib .ExitStack :
You can’t perform that action at this time.
0 commit comments