Skip to content

Commit

Permalink
Add Baichuan-7B to README (vllm-project#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuohan123 authored Jul 25, 2023
1 parent 2d867b5 commit df5dd3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ vLLM is flexible and easy to use with:

vLLM seamlessly supports many Huggingface models, including the following architectures:

- Baichuan-7B (`baichuan-inc/Baichuan-7B`)
- BLOOM (`bigscience/bloom`, `bigscience/bloomz`, etc.)
- GPT-2 (`gpt2`, `gpt2-xl`, etc.)
- GPT BigCode (`bigcode/starcoder`, `bigcode/gpt_bigcode-santacoder`, etc.)
Expand Down
3 changes: 3 additions & 0 deletions docs/source/models/supported_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Alongside each architecture, we include some popular models that use it.
* - Architecture
- Models
- Example HuggingFace Models
* - :code:`BaiChuanForCausalLM`
- Baichuan-7B
- :code:`baichuan-inc/Baichuan-7B`.
* - :code:`BloomForCausalLM`
- BLOOM, BLOOMZ, BLOOMChat
- :code:`bigscience/bloom`, :code:`bigscience/bloomz`, etc.
Expand Down

0 comments on commit df5dd3c

Please sign in to comment.