Support new features of MiniCPM-V (#6626)

* fix template name

* tiny fix

* support minicpm-o-2.6

Former-commit-id: c3fda5046d
This commit is contained in:
Zhangchi Feng
2025-01-14 00:26:19 +08:00
committed by GitHub
parent d8cba9464f
commit 201a495154
8 changed files with 189 additions and 168 deletions

View File

@@ -253,6 +253,7 @@ _register_composite_model(
_register_composite_model(
model_type="minicpmv",
vision_model_keys=["vpm", "apm", "resampler", "tts"],
language_model_keys=["llm"],
)