[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:
10
tests/e2e/models/configs/Qwen2.5-Omni-7B.yaml
Normal file
10
tests/e2e/models/configs/Qwen2.5-Omni-7B.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
model_name: "Qwen/Qwen2.5-Omni-7B"
|
||||
hardware: "Atlas A2 Series"
|
||||
model: "vllm-vlm"
|
||||
tasks:
|
||||
- name: "mmmu_val"
|
||||
metrics:
|
||||
- name: "acc,none"
|
||||
value: 0.52
|
||||
max_model_len: 8192
|
||||
gpu_memory_utilization: 0.7
|
||||
Reference in New Issue
Block a user