[CI] Add accuracy ci for DP and EP and TP and ETP (#1140)
### What this PR does / why we need it?
Add accuracy ci for DP and EP and TP
### Does this PR introduce _any_ user-facing change?
### How was this patch tested?
- vLLM version: v0.9.2
- vLLM main:
35514b682a
---------
Signed-off-by: hfadzxy <starmoon_zhang@163.com>
This commit is contained in:
@@ -96,8 +96,8 @@ jobs:
|
||||
- name: Run vllm-project/vllm-ascend long term test
|
||||
run: |
|
||||
if [[ "${{ matrix.os }}" == "linux-arm64-npu-1" ]]; then
|
||||
pytest -sv tests/e2e/long_term/test_accuracy.py
|
||||
# else
|
||||
pytest -sv tests/e2e/long_term/accuracy/accuracy_singlecard.py
|
||||
else
|
||||
# accuracy test multi card
|
||||
# VLLM_USE_MODELSCOPE=True pytest -sv tests/e2e/long_term/test_deepseek_v2_lite_tp2_accuracy.py
|
||||
pytest -sv tests/e2e/long_term/accuracy/accuracy_multicard.py
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user