Support new features of MiniCPM-V (#6626)

* fix template name

* tiny fix

* support minicpm-o-2.6
This commit is contained in:
Zhangchi Feng
2025-01-14 00:26:19 +08:00
committed by GitHub
parent e3e2c8c689
commit c3fda5046d
8 changed files with 189 additions and 168 deletions

View File

@@ -59,6 +59,16 @@ extra_require = {
"badam": ["badam>=1.2.1"],
"adam-mini": ["adam-mini"],
"qwen": ["transformers_stream_generator"],
"minicpm_v": [
"soundfile",
"torchvision",
"torchaudio",
"vector_quantize_pytorch",
"vocos",
"msgpack",
"referencing",
"jsonschema_specifications",
],
"modelscope": ["modelscope"],
"openmind": ["openmind"],
"swanlab": ["swanlab"],