mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-16 00:28:10 +08:00
support Qwen1.5-32B
Former-commit-id: 8f2c67b95a8e177eb4096382417a70cacba38e90
This commit is contained in:
parent
04fc2f78bf
commit
0cc03d3f05
@ -663,6 +663,10 @@ register_model_group(
|
|||||||
DownloadSource.DEFAULT: "Qwen/Qwen1.5-14B",
|
DownloadSource.DEFAULT: "Qwen/Qwen1.5-14B",
|
||||||
DownloadSource.MODELSCOPE: "qwen/Qwen1.5-14B",
|
DownloadSource.MODELSCOPE: "qwen/Qwen1.5-14B",
|
||||||
},
|
},
|
||||||
|
"Qwen1.5-32B": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen1.5-32B",
|
||||||
|
DownloadSource.MODELSCOPE: "qwen/Qwen1.5-32B",
|
||||||
|
},
|
||||||
"Qwen1.5-72B": {
|
"Qwen1.5-72B": {
|
||||||
DownloadSource.DEFAULT: "Qwen/Qwen1.5-72B",
|
DownloadSource.DEFAULT: "Qwen/Qwen1.5-72B",
|
||||||
DownloadSource.MODELSCOPE: "qwen/Qwen1.5-72B",
|
DownloadSource.MODELSCOPE: "qwen/Qwen1.5-72B",
|
||||||
@ -691,6 +695,10 @@ register_model_group(
|
|||||||
DownloadSource.DEFAULT: "Qwen/Qwen1.5-14B-Chat",
|
DownloadSource.DEFAULT: "Qwen/Qwen1.5-14B-Chat",
|
||||||
DownloadSource.MODELSCOPE: "qwen/Qwen1.5-14B-Chat",
|
DownloadSource.MODELSCOPE: "qwen/Qwen1.5-14B-Chat",
|
||||||
},
|
},
|
||||||
|
"Qwen1.5-32B-Chat": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen1.5-32B-Chat",
|
||||||
|
DownloadSource.MODELSCOPE: "qwen/Qwen1.5-32B-Chat",
|
||||||
|
},
|
||||||
"Qwen1.5-72B-Chat": {
|
"Qwen1.5-72B-Chat": {
|
||||||
DownloadSource.DEFAULT: "Qwen/Qwen1.5-72B-Chat",
|
DownloadSource.DEFAULT: "Qwen/Qwen1.5-72B-Chat",
|
||||||
DownloadSource.MODELSCOPE: "qwen/Qwen1.5-72B-Chat",
|
DownloadSource.MODELSCOPE: "qwen/Qwen1.5-72B-Chat",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user