[model] support Internvl3_5 (#9028)

This commit is contained in:
Kingsley
2025-08-28 17:12:00 +08:00
committed by GitHub
parent 1c675522fd
commit 185f0556d4
4 changed files with 29 additions and 3 deletions

View File

@@ -1260,6 +1260,18 @@ register_model_group(
DownloadSource.DEFAULT: "OpenGVLab/InternVL3-78B-hf",
DownloadSource.MODELSCOPE: "OpenGVLab/InternVL3-78B-hf",
},
"InternVL3_5-1B-hf": {
DownloadSource.DEFAULT: "llamafactory/InternVL3_5-1B-hf",
},
"InternVL3_5-2B-hf": {
DownloadSource.DEFAULT: "llamafactory/InternVL3_5-2B-hf",
},
"InternVL3_5-4B-hf": {
DownloadSource.DEFAULT: "llamafactory/InternVL3_5-4B-hf",
},
"InternVL3_5-8B-hf": {
DownloadSource.DEFAULT: "llamafactory/InternVL3_5-8B-hf",
},
},
template="intern_vl",
multimodal=True,