mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-15 04:54:58 +08:00
Add Baichuan-7B to README (#494)
This commit is contained in:
parent
2d867b55fa
commit
df5dd3c68e
@ -42,6 +42,7 @@ vLLM is flexible and easy to use with:
|
|||||||
|
|
||||||
vLLM seamlessly supports many Huggingface models, including the following architectures:
|
vLLM seamlessly supports many Huggingface models, including the following architectures:
|
||||||
|
|
||||||
|
- Baichuan-7B (`baichuan-inc/Baichuan-7B`)
|
||||||
- BLOOM (`bigscience/bloom`, `bigscience/bloomz`, etc.)
|
- BLOOM (`bigscience/bloom`, `bigscience/bloomz`, etc.)
|
||||||
- GPT-2 (`gpt2`, `gpt2-xl`, etc.)
|
- GPT-2 (`gpt2`, `gpt2-xl`, etc.)
|
||||||
- GPT BigCode (`bigcode/starcoder`, `bigcode/gpt_bigcode-santacoder`, etc.)
|
- GPT BigCode (`bigcode/starcoder`, `bigcode/gpt_bigcode-santacoder`, etc.)
|
||||||
|
|||||||
@ -14,6 +14,9 @@ Alongside each architecture, we include some popular models that use it.
|
|||||||
* - Architecture
|
* - Architecture
|
||||||
- Models
|
- Models
|
||||||
- Example HuggingFace Models
|
- Example HuggingFace Models
|
||||||
|
* - :code:`BaiChuanForCausalLM`
|
||||||
|
- Baichuan-7B
|
||||||
|
- :code:`baichuan-inc/Baichuan-7B`.
|
||||||
* - :code:`BloomForCausalLM`
|
* - :code:`BloomForCausalLM`
|
||||||
- BLOOM, BLOOMZ, BLOOMChat
|
- BLOOM, BLOOMZ, BLOOMChat
|
||||||
- :code:`bigscience/bloom`, :code:`bigscience/bloomz`, etc.
|
- :code:`bigscience/bloom`, :code:`bigscience/bloomz`, etc.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user