Skip to content

Commit 6af35f6

Browse files
[Bugfix][CI] Remove V0 Spec Decode CI (#1656)
### What this PR does / why we need it? To solve the error in the CI of long term test: ```bash modelscope - ERROR - Repo JackFram/llama-68m not exists on either https://www.modelscope.cn/ or https://www.modelscope.ai/ ``` Replace the hf model with modelscope model. ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.9.1 - vLLM main: vllm-project/vllm@71d1d75 --------- Signed-off-by: Shanshan Shen <87969357+shen-shanshan@users.noreply.github.com>
1 parent b979ee3 commit 6af35f6

16 files changed

+2
-5105
lines changed

.github/workflows/vllm_ascend_test_long_term.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,8 @@ jobs:
9696
- name: Run vllm-project/vllm-ascend long term test
9797
run: |
9898
if [[ "${{ matrix.os }}" == "linux-arm64-npu-1" ]]; then
99-
# v0 spec decode test
100-
# TODO: Revert me when test_mtp_correctness is fixed
101-
# VLLM_USE_MODELSCOPE=True pytest -sv tests/e2e/long_term/spec_decode_v0/e2e/test_mtp_correctness.py # it needs a clean process
102-
pytest -sv tests/e2e/long_term/spec_decode_v0 --ignore=tests/e2e/long_term/spec_decode_v0/e2e/test_mtp_correctness.py
103-
# accuracy test single card
10499
pytest -sv tests/e2e/long_term/test_accuracy.py
105-
else
100+
# else
106101
# accuracy test multi card
107-
VLLM_USE_MODELSCOPE=True pytest -sv tests/e2e/long_term/test_deepseek_v2_lite_tp2_accuracy.py
102+
# VLLM_USE_MODELSCOPE=True pytest -sv tests/e2e/long_term/test_deepseek_v2_lite_tp2_accuracy.py
108103
fi

tests/e2e/long_term/spec_decode_v0/__init__.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/e2e/long_term/spec_decode_v0/conftest.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

tests/e2e/long_term/spec_decode_v0/e2e/__init__.py

Whitespace-only changes.

tests/e2e/long_term/spec_decode_v0/e2e/conftest.py

Lines changed: 0 additions & 212 deletions
This file was deleted.

0 commit comments

Comments
 (0)