mirror of
https://github.com/frozenleaves/LLaMA-Factory.git
synced 2025-10-20 16:23:46 +08:00
[misc] tiny fixes (#8348)
This commit is contained in:
@ -1502,18 +1502,13 @@ register_model_group(
|
||||
template="cpm3",
|
||||
)
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"MiniCPM4-0_5B-Chat": {
|
||||
DownloadSource.DEFAULT: "openbmb/MiniCPM4-0.5B",
|
||||
DownloadSource.MODELSCOPE: "OpenBMB/MiniCPM4-0.5B",
|
||||
},
|
||||
},
|
||||
template="cpm4",
|
||||
)
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"MiniCPM4-0.5B-Chat": {
|
||||
DownloadSource.DEFAULT: "openbmb/MiniCPM4-0.5B",
|
||||
DownloadSource.MODELSCOPE: "OpenBMB/MiniCPM4-0.5B",
|
||||
},
|
||||
"MiniCPM4-8B-Chat": {
|
||||
DownloadSource.DEFAULT: "openbmb/MiniCPM4-8B",
|
||||
DownloadSource.MODELSCOPE: "OpenBMB/MiniCPM4-8B",
|
||||
@ -1522,6 +1517,7 @@ register_model_group(
|
||||
template="cpm4",
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"MiniCPM-o-2_6": {
|
||||
|
Reference in New Issue
Block a user