mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-15 19:30:36 +08:00
@@ -1244,6 +1244,18 @@ register_model_group(
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2-57B-A14B",
|
||||
DownloadSource.MODELSCOPE: "qwen/Qwen2-57B-A14B",
|
||||
},
|
||||
"Qwen2-Math-1.5B": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2-Math-1.5B",
|
||||
DownloadSource.MODELSCOPE: "qwen/Qwen2-Math-1.5B",
|
||||
},
|
||||
"Qwen2-Math-7B": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2-Math-7B",
|
||||
DownloadSource.MODELSCOPE: "qwen/Qwen2-Math-7B",
|
||||
},
|
||||
"Qwen2-Math-72B": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2-Math-72B",
|
||||
DownloadSource.MODELSCOPE: "qwen/Qwen2-Math-72B",
|
||||
},
|
||||
"Qwen2-0.5B-Chat": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2-0.5B-Instruct",
|
||||
DownloadSource.MODELSCOPE: "qwen/Qwen2-0.5B-Instruct",
|
||||
@@ -1264,6 +1276,18 @@ register_model_group(
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2-57B-A14B-Instruct",
|
||||
DownloadSource.MODELSCOPE: "qwen/Qwen2-57B-A14B-Instruct",
|
||||
},
|
||||
"Qwen2-Math-1.5B-Chat": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2-Math-1.5B-Instruct",
|
||||
DownloadSource.MODELSCOPE: "qwen/Qwen2-Math-1.5B-Instruct",
|
||||
},
|
||||
"Qwen2-Math-7B-Chat": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2-Math-7B-Instruct",
|
||||
DownloadSource.MODELSCOPE: "qwen/Qwen2-Math-7B-Instruct",
|
||||
},
|
||||
"Qwen2-Math-72B-Chat": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2-Math-72B-Instruct",
|
||||
DownloadSource.MODELSCOPE: "qwen/Qwen2-Math-72B-Instruct",
|
||||
},
|
||||
"Qwen2-0.5B-int8-Chat": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2-0.5B-Instruct-GPTQ-Int8",
|
||||
DownloadSource.MODELSCOPE: "qwen/Qwen2-0.5B-Instruct-GPTQ-Int8",
|
||||
|
||||
Reference in New Issue
Block a user