[Test]Add accuracy test for multiple models (#3823)

### What this PR does / why we need it?
Add accuracy test for multiple models:
- Meta_Llama_3.1_8B_Instruct
- Qwen2.5-Omni-7B
- Qwen3-VL-8B-Instruct

- vLLM version: v0.11.0
- vLLM main:
83f478bb19

---------

Signed-off-by: MrZ20 <2609716663@qq.com>
This commit is contained in:
ZengSilong
2025-11-04 14:46:39 +08:00
committed by GitHub
parent e9bb4491ec
commit dc1a6cb503
9 changed files with 46 additions and 8 deletions

View File

@@ -49,8 +49,9 @@ jobs:
model_name: Qwen3-8B
- runner: a2-1
model_name: Qwen2.5-VL-7B-Instruct
- runner: a2-1
model_name: Qwen2-Audio-7B-Instruct
# To do: This model has a bug that needs to be fixed and readded
# - runner: a2-1
# model_name: Qwen2-Audio-7B-Instruct
- runner: a2-2
model_name: Qwen3-30B-A3B
- runner: a2-2
@@ -61,6 +62,12 @@ jobs:
model_name: Qwen3-Next-80B-A3B-Instruct
- runner: a2-1
model_name: Qwen3-8B-W8A8
- runner: a2-1
model_name: Qwen3-VL-8B-Instruct
- runner: a2-1
model_name: Qwen2.5-Omni-7B
- runner: a2-1
model_name: Meta-Llama-3.1-8B-Instruct
fail-fast: false
# test will be triggered when tag 'accuracy-test' & 'ready-for-test'
if: >-