From fa0c212bfafcd2e05f10729f7cd116504dd74300 Mon Sep 17 00:00:00 2001 From: SILONG ZENG <2609716663@qq.com> Date: Tue, 23 Dec 2025 14:17:27 +0800 Subject: [PATCH] [test]Corrected the Qwen3-Omni-30B-A3B-Instruct accuracy test configuration in nightly tests. (#5195) ### What this PR does / why we need it? Corrected the Qwen3-Omni-30B-A3B-Instruct accuracy test configuration in nightly tests. link: https://github.com/vllm-project/vllm-ascend/pull/4911 - vLLM version: v0.12.0 - vLLM main: https://github.com/vllm-project/vllm/commit/ad32e3e19ccf0526cb6744a5fed09a138a5fb2f9 --------- Signed-off-by: MrZ20 <2609716663@qq.com> Signed-off-by: root Co-authored-by: root --- .github/workflows/nightly_test_a2.yaml | 2 +- tests/e2e/models/configs/Qwen3-Omni-30B-A3B-Instruct.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly_test_a2.yaml b/.github/workflows/nightly_test_a2.yaml index 57003ef9..02fd67fe 100644 --- a/.github/workflows/nightly_test_a2.yaml +++ b/.github/workflows/nightly_test_a2.yaml @@ -125,7 +125,7 @@ jobs: - os: linux-aarch64-a2-4 model_list: - Qwen3-Next-80B-A3B-Instruct - - Qwen3-VL-30B-A3B-Instruct + - Qwen3-Omni-30B-A3B-Instruct uses: ./.github/workflows/_e2e_nightly_single_node_models.yaml with: vllm: v0.13.0 diff --git a/tests/e2e/models/configs/Qwen3-Omni-30B-A3B-Instruct.yaml b/tests/e2e/models/configs/Qwen3-Omni-30B-A3B-Instruct.yaml index cdf3866b..6341872d 100644 --- a/tests/e2e/models/configs/Qwen3-Omni-30B-A3B-Instruct.yaml +++ b/tests/e2e/models/configs/Qwen3-Omni-30B-A3B-Instruct.yaml @@ -5,7 +5,7 @@ tasks: - name: "mmmu_val" metrics: - name: "acc,none" - value: 0.52 + value: 0.60 max_model_len: 8192 tensor_parallel_size: 4 enable_expert_parallel: True