[model] support MiniCPM4 (#8314)
This commit is contained in:
@@ -1502,6 +1502,25 @@ 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-8B-Chat": {
|
||||
DownloadSource.DEFAULT: "openbmb/MiniCPM4-8B",
|
||||
DownloadSource.MODELSCOPE: "OpenBMB/MiniCPM4-8B",
|
||||
},
|
||||
},
|
||||
template="cpm4",
|
||||
)
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
|
||||
Reference in New Issue
Block a user