diff --git a/tests/e2e/models/configs/InternVL3_5-8B.yaml b/tests/e2e/models/configs/InternVL3_5-8B.yaml new file mode 100644 index 00000000000..3628785adbb --- /dev/null +++ b/tests/e2e/models/configs/InternVL3_5-8B.yaml @@ -0,0 +1,11 @@ +model_name: "OpenGVLab/InternVL3_5-8B-hf" +runner: "linux-aarch64-a2-1" +hardware: "Atlas A2 Series" +model: "vllm-vlm" +tasks: + - name: "mmmu_val" + metrics: + - name: "acc,none" + value: 0.58 +max_model_len: 40960 +trust_remote_code: True diff --git a/tests/e2e/models/configs/accuracy.txt b/tests/e2e/models/configs/accuracy.txt index 5a839071252..daa23e97639 100644 --- a/tests/e2e/models/configs/accuracy.txt +++ b/tests/e2e/models/configs/accuracy.txt @@ -9,3 +9,4 @@ Qwen3-VL-30B-A3B-Instruct.yaml Qwen3-VL-8B-Instruct.yaml Qwen2.5-Omni-7B.yaml Meta-Llama-3.1-8B-Instruct.yaml +InternVL3_5-8B.yaml \ No newline at end of file