Skip to content

Commit 05bb6f1

Browse files
mend
Signed-off-by: hfadzxy <starmoon_zhang@163.com>
1 parent dc7579d commit 05bb6f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/vllm_ascend_test_long_term.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +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-
pytest -sv tests/e2e/long_term/test_accuracy.py
100-
# else
99+
pytest -sv tests/e2e/long_term/accuracy/accuracy_singlecard.py
100+
else
101101
# accuracy test multi card
102-
# VLLM_USE_MODELSCOPE=True pytest -sv tests/e2e/long_term/test_deepseek_v2_lite_tp2_accuracy.py
102+
pytest -sv tests/e2e/long_term/accuracy/accuracy_multicard.py
103103
fi

tests/e2e/long_term/accuracy/accuracy_multicard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
EXPECTED_VALUE = {
6262
"Qwen/Qwen2.5-0.5B-Instruct": 0.316,
6363
"Qwen/Qwen3-30B-A3B": 0.888,
64-
"deepseek-ai/DeepSeek-V2-Lite": 0.376
64+
"deepseek-ai/DeepSeek-V2-Lite": 0.375
6565
}
6666
# Maximum context length configuration for each model.
6767
MAX_MODEL_LEN = {

0 commit comments

Comments
 (0)