Skip to content

Commit 202351d

Browse files
authored
Add Mistral to supported model list (#1221)
1 parent 2e8e49f commit 202351d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ vLLM seamlessly supports many Hugging Face models, including the following archi
6464
- GPT-NeoX (`EleutherAI/gpt-neox-20b`, `databricks/dolly-v2-12b`, `stabilityai/stablelm-tuned-alpha-7b`, etc.)
6565
- InternLM (`internlm/internlm-7b`, `internlm/internlm-chat-7b`, etc.)
6666
- LLaMA & LLaMA-2 (`meta-llama/Llama-2-70b-hf`, `lmsys/vicuna-13b-v1.3`, `young-geng/koala`, `openlm-research/open_llama_13b`, etc.)
67+
- Mistral (`mistralai/Mistral-7B-v0.1`, `mistralai/Mistral-7B-Instruct-v0.1`, etc.)
6768
- MPT (`mosaicml/mpt-7b`, `mosaicml/mpt-30b`, etc.)
6869
- OPT (`facebook/opt-66b`, `facebook/opt-iml-max-30b`, etc.)
6970
- Qwen (`Qwen/Qwen-7B`, `Qwen/Qwen-7B-Chat`, etc.)

docs/source/models/supported_models.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ Alongside each architecture, we include some popular models that use it.
4444
* - :code:`LlamaForCausalLM`
4545
- LLaMA, LLaMA-2, Vicuna, Alpaca, Koala, Guanaco
4646
- :code:`meta-llama/Llama-2-13b-hf`, :code:`meta-llama/Llama-2-70b-hf`, :code:`openlm-research/open_llama_13b`, :code:`lmsys/vicuna-13b-v1.3`, :code:`young-geng/koala`, etc.
47+
* - :code:`MistralForCausalLM`
48+
- Mistral, Mistral-Instruct
49+
- :code:`mistralai/Mistral-7B-v0.1`, :code:`mistralai/Mistral-7B-Instruct-v0.1`, etc.
4750
* - :code:`MPTForCausalLM`
4851
- MPT, MPT-Instruct, MPT-Chat, MPT-StoryWriter
4952
- :code:`mosaicml/mpt-7b`, :code:`mosaicml/mpt-7b-storywriter`, :code:`mosaicml/mpt-30b`, etc.

0 commit comments

Comments
 (0)