Skip to content

Commit 8da34f3

Browse files
Add intern vl3 and internvl3_5 (#963)
* add InternVL3 model support Add support for InternVL3 and InternVL3.5 models including: - InternVL3-8B (OpenGVLab/InternVL3-8B) - InternVL3.5-30B-A3B (OpenGVLab/InternVL3_5-30B-A3B) The implementation supports both single GPU and multi-GPU inference with automatic device mapping. * separate InternVL3 and InternVL3.5 models Add internvl3_5.py as thin wrapper around InternVL3 with different default pretrained model. Both share same logic since they have identical interfaces. * minor changes * lint * address review
1 parent 69e5287 commit 8da34f3

File tree

3 files changed

+466
-0
lines changed

3 files changed

+466
-0
lines changed

lmms_eval/models/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
"internvideo2": "InternVideo2",
3535
"internvl": "InternVLChat",
3636
"internvl2": "InternVL2",
37+
"internvl3": "InternVL3",
38+
"internvl3_5": "InternVL3_5",
3739
"llama_vid": "LLaMAVid",
3840
"llama_vision": "LlamaVision",
3941
"llava_hf": "LlavaHf",

0 commit comments

Comments
 (0)