Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions tests/e2e/models/configs/InternVL3_5-8B.yaml
Original file line number Diff line number Diff line change
@@ -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
Comment thread
gcanlin marked this conversation as resolved.
1 change: 1 addition & 0 deletions tests/e2e/models/configs/accuracy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading