Skip to content

Commit 033f5c7

Browse files
authored
Remove e.g. in README (#167)
1 parent 794e578 commit 033f5c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ vLLM is flexible and easy to use with:
4141

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

44-
- GPT-2 (e.g., `gpt2`, `gpt2-xl`, etc.)
45-
- GPTNeoX (e.g., `EleutherAI/gpt-neox-20b`, `databricks/dolly-v2-12b`, `stabilityai/stablelm-tuned-alpha-7b`, etc.)
46-
- LLaMA (e.g., `lmsys/vicuna-13b-v1.3`, `young-geng/koala`, `openlm-research/open_llama_13b`, etc.)
47-
- OPT (e.g., `facebook/opt-66b`, `facebook/opt-iml-max-30b`, etc.)
44+
- GPT-2 (`gpt2`, `gpt2-xl`, etc.)
45+
- GPTNeoX (`EleutherAI/gpt-neox-20b`, `databricks/dolly-v2-12b`, `stabilityai/stablelm-tuned-alpha-7b`, etc.)
46+
- LLaMA (`lmsys/vicuna-13b-v1.3`, `young-geng/koala`, `openlm-research/open_llama_13b`, etc.)
47+
- OPT (`facebook/opt-66b`, `facebook/opt-iml-max-30b`, etc.)
4848

4949
Install vLLM with pip or [from source](https://vllm.readthedocs.io/en/latest/getting_started/installation.html#build-from-source):
5050

0 commit comments

Comments
 (0)