[Model] Initialize Phi-3-vision support (#4986)

This commit is contained in:
Isotr0py
2024-06-18 10:34:33 +08:00
committed by GitHub
parent fa9e385229
commit daef218b55
8 changed files with 571 additions and 0 deletions

View File

@@ -135,6 +135,10 @@ Alongside each architecture, we include some popular models that use it.
- Phi-3-Small
- :code:`microsoft/Phi-3-small-8k-instruct`, :code:`microsoft/Phi-3-small-128k-instruct`, etc.
-
* - :code:`Phi3VForCausalLM`
- Phi-3-Vision
- :code:`microsoft/Phi-3-vision-128k-instruct`, etc.
-
* - :code:`QWenLMHeadModel`
- Qwen
- :code:`Qwen/Qwen-7B`, :code:`Qwen/Qwen-7B-Chat`, etc.