File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/e2e/long_term/accuracy Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 6161EXPECTED_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.
6767MAX_MODEL_LEN = {
You can’t perform that action at this time.
0 commit comments