[misc] update InternVL constants (#9046)

This commit is contained in:
Kingsley 2025-08-29 13:30:28 +08:00 committed by GitHub
parent d6394546a9
commit ac925a248b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 25 additions and 9 deletions

View File

@ -1260,17 +1260,33 @@ 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-1B-hf": {
DownloadSource.DEFAULT: "OpenGVLab/InternVL3_5-1B-HF",
DownloadSource.MODELSCOPE: "OpenGVLab/InternVL3_5-1B-HF",
},
"InternVL3_5-2B-hf": {
DownloadSource.DEFAULT: "llamafactory/InternVL3_5-2B-hf",
"InternVL3.5-2B-hf": {
DownloadSource.DEFAULT: "OpenGVLab/InternVL3_5-2B-HF",
DownloadSource.MODELSCOPE: "OpenGVLab/InternVL3_5-2B-HF",
},
"InternVL3_5-4B-hf": {
DownloadSource.DEFAULT: "llamafactory/InternVL3_5-4B-hf",
"InternVL3.5-4B-hf": {
DownloadSource.DEFAULT: "OpenGVLab/InternVL3_5-4B-HF",
DownloadSource.MODELSCOPE: "OpenGVLab/InternVL3_5-4B-HF",
},
"InternVL3_5-8B-hf": {
DownloadSource.DEFAULT: "llamafactory/InternVL3_5-8B-hf",
"InternVL3.5-8B-hf": {
DownloadSource.DEFAULT: "OpenGVLab/InternVL3_5-8B-HF",
DownloadSource.MODELSCOPE: "OpenGVLab/InternVL3_5-8B-HF",
},
"InternVL3.5-14B-hf": {
DownloadSource.DEFAULT: "OpenGVLab/InternVL3_5-14B-HF",
DownloadSource.MODELSCOPE: "OpenGVLab/InternVL3_5-14B-HF",
},
"InternVL3.5-30B-A3B-hf": {
DownloadSource.DEFAULT: "OpenGVLab/InternVL3_5-30B-A3B-HF",
DownloadSource.MODELSCOPE: "OpenGVLab/InternVL3_5-30B-A3B-HF",
},
"InternVL3.5-38B-hf": {
DownloadSource.DEFAULT: "OpenGVLab/InternVL3_5-38B-HF",
DownloadSource.MODELSCOPE: "OpenGVLab/InternVL3_5-38B-HF",
},
},
template="intern_vl",

View File

@ -1,2 +1,2 @@
# change if test fails or cache is outdated
0.9.4.101
0.9.4.102