We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb7b11 commit 2df477eCopy full SHA for 2df477e
.github/workflows/vllm_ascend_test_long_term.yaml
@@ -92,7 +92,7 @@ jobs:
92
93
- name: Run vllm-project/vllm-ascend long term test
94
run: |
95
- if [[ "${{ matrix.vllm_version }}" == "main" ]]: then
+ if [[ "${{ matrix.vllm_version }}" == "main" ]]; then
96
VLLM_USE_MODELSCOPE=True pytest -sv tests/long_term/spec_decode/e2e/test_v1_mtp_correctness.py
97
fi
98
pytest -sv tests/long_term/spec_decode/test_multi_step_worker.py
0 commit comments