Commit 8da34f3
authored
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 review1 parent 69e5287 commit 8da34f3
File tree
3 files changed
+466
-0
lines changed- lmms_eval/models
- simple
3 files changed
+466
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
0 commit comments