[model] Support MiniCPM-V 4.0 (#8813)

This commit is contained in:
Dennis Huang 2025-08-04 12:57:21 +08:00 committed by GitHub
parent 4ba7de0434
commit 42afe1ddd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1714,6 +1714,16 @@ register_model_group(
multimodal=True,
)
register_model_group(
models={
"MiniCPM-V-4": {
DownloadSource.DEFAULT: "openbmb/MiniCPM-V-4",
DownloadSource.MODELSCOPE: "OpenBMB/MiniCPM-V-4",
},
},
template="minicpm_v",
multimodal=True,
)
register_model_group(
models={