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 fabc767 commit 59d68feCopy full SHA for 59d68fe
.github/workflows/vllm_ascend_test_long_term.yaml
@@ -98,7 +98,8 @@ jobs:
98
run: |
99
if [[ "${{ matrix.os }}" == "linux-arm64-npu-1" ]]; then
100
# v0 spec decode test
101
- VLLM_USE_MODELSCOPE=True pytest -sv tests/e2e/long_term/spec_decode_v0/e2e/test_mtp_correctness.py # it needs a clean process
+ # TODO: Revert me when test_mtp_correctness is fixed
102
+ # VLLM_USE_MODELSCOPE=True pytest -sv tests/e2e/long_term/spec_decode_v0/e2e/test_mtp_correctness.py # it needs a clean process
103
pytest -sv tests/e2e/long_term/spec_decode_v0 --ignore=tests/e2e/long_term/spec_decode_v0/e2e/test_mtp_correctness.py
104
# accuracy test single card
105
pytest -sv tests/e2e/long_term/test_accuracy.py
0 commit comments