[Model] Adding support for MiniCPM-V (#4087)

This commit is contained in:
Alphi
2024-07-25 11:59:30 +08:00
committed by GitHub
parent 5689e256ba
commit 9e169a4c61
11 changed files with 942 additions and 18 deletions

View File

@@ -206,6 +206,10 @@ Vision Language Models
- Phi-3-Vision
- :code:`microsoft/Phi-3-vision-128k-instruct`, etc.
-
* - :code:`MiniCPM-V`
- MiniCPM-V
- :code:`openbmb/MiniCPM-V-2`, :code:`openbmb/MiniCPM-Llama3-V-2_5`, etc.
-
If your model uses one of the above model architectures, you can seamlessly run your model with vLLM.
Otherwise, please refer to :ref:`Adding a New Model <adding_a_new_model>` and :ref:`Enabling Multimodal Inputs <enabling_multimodal_inputs>`