File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -161,9 +161,9 @@ jobs:
161161 if : steps.filter_spec_decode.outputs.speculative_tests_changed == 'true' || github.event_name == 'schedule'
162162 run : |
163163 if [[ "${{ matrix.os }}" == "linux-arm64-npu-1" ]]; then
164- VLLM_USE_MODELSCOPE=true pytest -sv tests/singlecard/spec_decode/e2e/test_v1_spec_decode.py
165164 pytest -sv tests/singlecard/spec_decode/e2e/test_mtp_correctness.py # it needs a clean process
166165 pytest -sv tests/singlecard/spec_decode --ignore=tests/singlecard/spec_decode/e2e/test_mtp_correctness.py --ignore=tests/singlecard/spec_decode/e2e/test_v1_spec_decode.py
166+ VLLM_USE_MODELSCOPE=true pytest -sv tests/singlecard/spec_decode/e2e/test_v1_spec_decode.py
167167 fi
168168
169169 - name : Run vllm-project/vllm test for V0 Engine
You can’t perform that action at this time.
0 commit comments