mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-09-01 18:52:50 +08:00
[model] Support MiniCPM-V 4.5 (#9022)
This commit is contained in:
parent
7eda6f286b
commit
0790dd24af
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user