mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-15 08:08:09 +08:00
fix constants
Former-commit-id: fce6671d2764d7a2b77c44401fc5582c7cbb77aa
This commit is contained in:
parent
d1ab9b501a
commit
e20baa4218
@ -631,10 +631,22 @@ register_model_group(
|
|||||||
|
|
||||||
register_model_group(
|
register_model_group(
|
||||||
models={
|
models={
|
||||||
|
"InternLM2.5-1.8B": {
|
||||||
|
DownloadSource.DEFAULT: "internlm/internlm2_5-1_8b",
|
||||||
|
DownloadSource.MODELSCOPE: "Shanghai_AI_Laboratory/internlm2_5-1_8b",
|
||||||
|
},
|
||||||
"InternLM2.5-7B": {
|
"InternLM2.5-7B": {
|
||||||
DownloadSource.DEFAULT: "internlm/internlm2_5-7b",
|
DownloadSource.DEFAULT: "internlm/internlm2_5-7b",
|
||||||
DownloadSource.MODELSCOPE: "Shanghai_AI_Laboratory/internlm2_5-7b",
|
DownloadSource.MODELSCOPE: "Shanghai_AI_Laboratory/internlm2_5-7b",
|
||||||
},
|
},
|
||||||
|
"InternLM2.5-20B": {
|
||||||
|
DownloadSource.DEFAULT: "internlm/internlm2_5-20b",
|
||||||
|
DownloadSource.MODELSCOPE: "Shanghai_AI_Laboratory/internlm2_5-20b",
|
||||||
|
},
|
||||||
|
"InternLM2.5-1.8B-Chat": {
|
||||||
|
DownloadSource.DEFAULT: "internlm/internlm2_5-1_8b-chat",
|
||||||
|
DownloadSource.MODELSCOPE: "Shanghai_AI_Laboratory/internlm2_5-1_8b-chat",
|
||||||
|
},
|
||||||
"InternLM2.5-7B-Chat": {
|
"InternLM2.5-7B-Chat": {
|
||||||
DownloadSource.DEFAULT: "internlm/internlm2_5-7b-chat",
|
DownloadSource.DEFAULT: "internlm/internlm2_5-7b-chat",
|
||||||
DownloadSource.MODELSCOPE: "Shanghai_AI_Laboratory/internlm2_5-7b-chat",
|
DownloadSource.MODELSCOPE: "Shanghai_AI_Laboratory/internlm2_5-7b-chat",
|
||||||
@ -643,6 +655,10 @@ register_model_group(
|
|||||||
DownloadSource.DEFAULT: "internlm/internlm2_5-7b-chat-1m",
|
DownloadSource.DEFAULT: "internlm/internlm2_5-7b-chat-1m",
|
||||||
DownloadSource.MODELSCOPE: "Shanghai_AI_Laboratory/internlm2_5-7b-chat-1m",
|
DownloadSource.MODELSCOPE: "Shanghai_AI_Laboratory/internlm2_5-7b-chat-1m",
|
||||||
},
|
},
|
||||||
|
"InternLM2.5-20B-Chat": {
|
||||||
|
DownloadSource.DEFAULT: "internlm/internlm2_5-20b-chat",
|
||||||
|
DownloadSource.MODELSCOPE: "Shanghai_AI_Laboratory/internlm2_5-20b-chat",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
template="intern2",
|
template="intern2",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user