[Test]update accuracy test of models (#4911)
### What this PR does / why we need it?
Delete accuracy tests for models that are no longer retained:
- Meta-Llama-3.1-8B-Instruct
- llava-1.5-7b-hf
- InternVL2-8B.yaml
- InternVL2_5-8B.yaml
- InternVL3-8B.yaml
Add accuracy tests for the new models:
- Llama-3.2-3B-Instruct
- llava-onevision-qwen2-0.5b-ov-hf
- Qwen3-VL-30B-A3B-Instruct
- vLLM version: v0.12.0
- vLLM main:
ad32e3e19c
---------
Signed-off-by: MrZ20 <2609716663@qq.com>
This commit is contained in:
11
tests/e2e/models/configs/Qwen3-Omni-30B-A3B-Instruct.yaml
Normal file
11
tests/e2e/models/configs/Qwen3-Omni-30B-A3B-Instruct.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
model_name: "Qwen/Qwen3-Omni-30B-A3B-Instruct"
|
||||
hardware: "Atlas A2 Series"
|
||||
model: "vllm-vlm"
|
||||
tasks:
|
||||
- name: "mmmu_val"
|
||||
metrics:
|
||||
- name: "acc,none"
|
||||
value: 0.52
|
||||
max_model_len: 8192
|
||||
tensor_parallel_size: 4
|
||||
enable_expert_parallel: True
|
||||
Reference in New Issue
Block a user