Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/accuracy_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
runner: linux-aarch64-a2-1
- model_name: Qwen3-30B-A3B
runner: linux-aarch64-a2-2
- model_name: DeepSeek-V2-Lite
runner: linux-aarch64-a2-2
fail-fast: false

name: ${{ matrix.model_name }} accuracy
Expand Down Expand Up @@ -200,9 +202,8 @@ jobs:
markdown_name="${model_base_name}"
echo "markdown_name=$markdown_name" >> $GITHUB_OUTPUT
mkdir -p ./benchmarks/accuracy
pytest -sv ./tests/e2e/singlecard/models/test_lm_eval_correctness.py \
--config ./tests/e2e/singlecard/models/configs/${{ matrix.model_name }}.yaml \
--report_output ./benchmarks/accuracy/${model_base_name}.md
pytest -sv ./tests/e2e/models/test_lm_eval_correctness.py \
--config ./tests/e2e/models/configs/${{ matrix.model_name }}.yaml

- name: Generate step summary
if: ${{ always() }}
Expand Down Expand Up @@ -312,7 +313,7 @@ jobs:
head: `vllm-ascend-ci:${{ env.BRANCH_NAME }}`,
base: '${{ github.event.inputs.vllm-ascend-version }}',
title: `[Doc] Update accuracy reports for ${{ github.event.inputs.vllm-ascend-version }}`,
body: `The accuracy results running on NPU Altlas A2 have changed, updating reports for: All models (Qwen/Qwen3-30B-A3B, Qwen2.5-VL-7B-Instruct, Qwen3-8B-Base)
body: `The accuracy results running on NPU Altlas A2 have changed, updating reports for: All models (Qwen3-30B-A3B, Qwen2.5-VL-7B-Instruct, Qwen3-8B-Base, DeepSeek-V2-Lite)

- [Workflow run][1]

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/vllm_ascend_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ jobs:
--ignore=tests/e2e/singlecard/test_embedding.py \
--ignore=tests/e2e/singlecard/spec_decode_v1/test_v1_mtp_correctness.py \
--ignore=tests/e2e/singlecard/spec_decode_v1/test_v1_spec_decode.py \
--ignore=tests/e2e/singlecard/test_offline_inference_310p.py \
--ignore=tests/e2e/singlecard/models/test_lm_eval_correctness.py
--ignore=tests/e2e/singlecard/test_offline_inference_310p.py
e2e-2-cards:
needs: [e2e]
if: ${{ needs.e2e.result == 'success' }}
Expand Down
102 changes: 0 additions & 102 deletions .github/workflows/vllm_ascend_test_long_term.yaml

This file was deleted.

167 changes: 0 additions & 167 deletions tests/e2e/long_term/accuracy/accuracy_multicard.py

This file was deleted.

Loading
Loading