mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-05-28 02:48:54 +08:00
[model] support MiniCPM-V-4.6 (#10472)
This commit is contained in:
@@ -1948,6 +1948,18 @@ register_model_group(
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"MiniCPM-V-4.6": {
|
||||
DownloadSource.DEFAULT: "openbmb/MiniCPM-V-4_6",
|
||||
DownloadSource.MODELSCOPE: "OpenBMB/MiniCPM-V-4_6",
|
||||
},
|
||||
},
|
||||
template="minicpm_v_4_6",
|
||||
multimodal=True,
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"Ministral-8B-Instruct-2410": {
|
||||
|
||||
Reference in New Issue
Block a user