mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-09-01 18:52:50 +08:00
[misc] update InternVL constants (#9046)
This commit is contained in:
parent
d6394546a9
commit
ac925a248b
@ -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",
|
||||
|
@ -1,2 +1,2 @@
|
||||
# change if test fails or cache is outdated
|
||||
0.9.4.101
|
||||
0.9.4.102
|
||||
|
Loading…
x
Reference in New Issue
Block a user