[Minor] Add Phi 2 to supported models (#2159)

This commit is contained in:
Woosuk Kwon
2023-12-17 02:54:57 -08:00
committed by GitHub
parent c9fadda543
commit f8c688d746
3 changed files with 5 additions and 5 deletions

View File

@@ -60,8 +60,8 @@ Alongside each architecture, we include some popular models that use it.
- OPT, OPT-IML
- :code:`facebook/opt-66b`, :code:`facebook/opt-iml-max-30b`, etc.
* - :code:`PhiForCausalLM`
- Phi-1.5
- :code:`microsoft/phi-1_5`, etc.
- Phi
- :code:`microsoft/phi-1_5`, :code:`microsoft/phi-2`, etc.
* - :code:`QWenLMHeadModel`
- Qwen
- :code:`Qwen/Qwen-7B`, :code:`Qwen/Qwen-7B-Chat`, etc.