[model] Support MiniCPM-V 4.5 (#9022)

This commit is contained in:
tc-mb 2025-08-26 19:27:28 +08:00 committed by GitHub
parent 7eda6f286b
commit 0790dd24af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1796,6 +1796,18 @@ register_model_group(
)
register_model_group(
models={
"MiniCPM-V-4_5": {
DownloadSource.DEFAULT: "openbmb/MiniCPM-V-4_5",
DownloadSource.MODELSCOPE: "OpenBMB/MiniCPM-V-4_5",
},
},
template="minicpm_v",
multimodal=True,
)
register_model_group(
models={
"Ministral-8B-Instruct-2410": {