mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-06 13:42:51 +08:00
[model] Support MiniCPM-V 4.0 (#8813)
This commit is contained in:
parent
4ba7de0434
commit
42afe1ddd5
@ -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