[misc] tiny fixes (#8348)

This commit is contained in:
Yaowei Zheng
2025-06-10 15:30:58 +08:00
committed by GitHub
parent d39d3106cb
commit 5ed62a29c5
6 changed files with 14 additions and 41 deletions

View File

@ -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": {