Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
df5dd3c6
Unverified
Commit
df5dd3c6
authored
Jul 25, 2023
by
Zhuohan Li
Committed by
GitHub
Jul 25, 2023
Browse files
Add Baichuan-7B to README (#494)
parent
2d867b55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
README.md
README.md
+1
-0
docs/source/models/supported_models.rst
docs/source/models/supported_models.rst
+3
-0
No files found.
README.md
View file @
df5dd3c6
...
@@ -42,6 +42,7 @@ vLLM is flexible and easy to use with:
...
@@ -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.)
...
...
docs/source/models/supported_models.rst
View file @
df5dd3c6
...
@@ -14,6 +14,9 @@ Alongside each architecture, we include some popular models that use it.
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment