mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-14 23:58:11 +08:00
[model] Support MiniCPM-V 4.0 (#8813)
This commit is contained in:
parent
cb03eb422d
commit
4a9ca24122
@ -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={
|
||||
|
Loading…
x
Reference in New Issue
Block a user