2023-06-19 16:31:13 +08:00
< p align = "center" >
< picture >
2023-06-20 11:15:15 +08:00
< source media = "(prefers-color-scheme: dark)" srcset = "https://raw.githubusercontent.com/vllm-project/vllm/main/docs/source/assets/logos/vllm-logo-text-dark.png" >
< img alt = "vLLM" src = "https://raw.githubusercontent.com/vllm-project/vllm/main/docs/source/assets/logos/vllm-logo-text-light.png" width = 55% >
2023-06-19 16:31:13 +08:00
< / picture >
< / p >
2023-02-24 12:04:49 +00:00
2023-06-19 16:31:13 +08:00
< h3 align = "center" >
Easy, fast, and cheap LLM serving for everyone
< / h3 >
2023-02-24 12:04:49 +00:00
2023-06-19 16:31:13 +08:00
< p align = "center" >
2023-11-20 12:46:24 -08:00
| < a href = "https://docs.vllm.ai" > < b > Documentation< / b > < / a > | < a href = "https://vllm.ai" > < b > Blog< / b > < / a > | < a href = "https://arxiv.org/abs/2309.06180" > < b > Paper< / b > < / a > | < a href = "https://discord.gg/jz7wjKhh6g" > < b > Discord< / b > < / a > |
2023-02-24 12:04:49 +00:00
2023-06-19 16:31:13 +08:00
< / p >
2023-02-24 12:04:49 +00:00
2023-06-19 16:31:13 +08:00
---
2023-05-20 13:06:59 -07:00
2024-01-15 14:11:59 -08:00
**The Second vLLM Bay Area Meetup (Jan 31st 5pm-7:30pm PT)**
We are thrilled to announce our second vLLM Meetup!
The vLLM team will share recent updates and roadmap.
We will also have vLLM collaborators from IBM coming up to the stage to discuss their insights on LLM optimizations.
Please register [here ](https://lu.ma/ygxbpzhl ) and join us!
---
2023-06-19 16:31:13 +08:00
*Latest News* 🔥
2023-12-08 15:16:52 +08:00
- [2023/12] Added ROCm support to vLLM.
2023-10-08 23:15:50 -07:00
- [2023/10] We hosted [the first vLLM meetup ](https://lu.ma/first-vllm-meetup ) in SF! Please find the meetup slides [here ](https://docs.google.com/presentation/d/1QL-XPFXiFpDBh86DbEegFXBXFXjix4v032GhShbKf3s/edit?usp=sharing ).
2023-09-18 12:23:35 -07:00
- [2023/09] We created our [Discord server ](https://discord.gg/jz7wjKhh6g )! Join us to discuss vLLM and LLM serving! We will also post the latest announcements and updates there.
2023-09-13 17:38:13 -07:00
- [2023/09] We released our [PagedAttention paper ](https://arxiv.org/abs/2309.06180 ) on arXiv!
2023-08-31 17:18:34 -07:00
- [2023/08] We would like to express our sincere gratitude to [Andreessen Horowitz ](https://a16z.com/2023/08/30/supporting-the-open-source-ai-community/ ) (a16z) for providing a generous grant to support the open-source development and research of vLLM.
2023-07-20 11:38:27 -07:00
- [2023/07] Added support for LLaMA-2! You can run and serve 7B/13B/70B LLaMA-2s on vLLM with a single command!
2023-06-29 12:32:37 -07:00
- [2023/06] Serving vLLM On any Cloud with SkyPilot. Check out a 1-click [example ](https://github.com/skypilot-org/skypilot/blob/master/llm/vllm ) to start the vLLM demo, and the [blog post ](https://blog.skypilot.co/serving-llm-24x-faster-on-the-cloud-with-vllm-and-skypilot/ ) for the story behind vLLM development on the clouds.
2023-06-25 16:58:06 -07:00
- [2023/06] We officially released vLLM! FastChat-vLLM integration has powered [LMSYS Vicuna and Chatbot Arena ](https://chat.lmsys.org ) since mid-April. Check out our [blog post ](https://vllm.ai ).
2023-06-19 16:31:13 +08:00
---
2023-12-25 17:37:07 -07:00
## About
2023-06-19 19:58:23 -07:00
vLLM is a fast and easy-to-use library for LLM inference and serving.
2023-03-29 14:48:56 +08:00
2023-06-19 16:31:13 +08:00
vLLM is fast with:
2023-03-29 14:48:56 +08:00
2023-06-19 16:31:13 +08:00
- State-of-the-art serving throughput
2023-06-18 03:19:38 -07:00
- Efficient management of attention key and value memory with **PagedAttention**
2023-06-26 11:34:23 -07:00
- Continuous batching of incoming requests
2023-12-17 01:49:20 -08:00
- Fast model execution with CUDA/HIP graph
2023-12-15 13:29:22 -08:00
- Quantization: [GPTQ ](https://arxiv.org/abs/2210.17323 ), [AWQ ](https://arxiv.org/abs/2306.00978 ), [SqueezeLLM ](https://arxiv.org/abs/2306.07629 )
2023-06-18 03:19:38 -07:00
- Optimized CUDA kernels
2023-06-19 16:31:13 +08:00
vLLM is flexible and easy to use with:
2023-09-14 04:55:23 +09:00
- Seamless integration with popular Hugging Face models
2023-06-19 16:31:13 +08:00
- High-throughput serving with various decoding algorithms, including *parallel sampling* , *beam search* , and more
2023-06-18 03:19:38 -07:00
- Tensor parallelism support for distributed inference
- Streaming outputs
- OpenAI-compatible API server
2023-12-17 01:49:20 -08:00
- Support NVIDIA GPUs and AMD GPUs
2023-03-29 14:48:56 +08:00
2023-09-14 04:55:23 +09:00
vLLM seamlessly supports many Hugging Face models, including the following architectures:
2023-06-20 10:57:46 +08:00
2023-10-13 03:11:16 +08:00
- Aquila & Aquila2 (`BAAI/AquilaChat2-7B` , `BAAI/AquilaChat2-34B` , `BAAI/Aquila-7B` , `BAAI/AquilaChat-7B` , etc.)
2023-11-30 20:03:58 -08:00
- Baichuan & Baichuan2 (`baichuan-inc/Baichuan2-13B-Chat` , `baichuan-inc/Baichuan-7B` , etc.)
2023-07-03 13:12:35 -07:00
- BLOOM (`bigscience/bloom` , `bigscience/bloomz` , etc.)
2023-11-16 14:47:26 -08:00
- ChatGLM (`THUDM/chatglm2-6b` , `THUDM/chatglm3-6b` , etc.)
2023-12-19 12:29:33 +02:00
- DeciLM (`Deci/DeciLM-7B` , `Deci/DeciLM-7B-instruct` , etc.)
2023-08-02 14:04:39 -07:00
- Falcon (`tiiuae/falcon-7b` , `tiiuae/falcon-40b` , `tiiuae/falcon-rw-7b` , etc.)
2023-06-20 14:00:28 +08:00
- GPT-2 (`gpt2` , `gpt2-xl` , etc.)
2023-06-22 15:05:11 -07:00
- GPT BigCode (`bigcode/starcoder` , `bigcode/gpt_bigcode-santacoder` , etc.)
2023-07-08 20:55:16 -04:00
- GPT-J (`EleutherAI/gpt-j-6b` , `nomic-ai/gpt4all-j` , etc.)
2023-06-22 15:05:11 -07:00
- GPT-NeoX (`EleutherAI/gpt-neox-20b` , `databricks/dolly-v2-12b` , `stabilityai/stablelm-tuned-alpha-7b` , etc.)
2023-08-22 11:51:44 -07:00
- InternLM (`internlm/internlm-7b` , `internlm/internlm-chat-7b` , etc.)
2023-07-20 11:38:27 -07:00
- LLaMA & LLaMA-2 (`meta-llama/Llama-2-70b-hf` , `lmsys/vicuna-13b-v1.3` , `young-geng/koala` , `openlm-research/open_llama_13b` , etc.)
2023-09-28 14:33:04 -07:00
- Mistral (`mistralai/Mistral-7B-v0.1` , `mistralai/Mistral-7B-Instruct-v0.1` , etc.)
2023-12-11 10:09:15 +01:00
- Mixtral (`mistralai/Mixtral-8x7B-v0.1` , `mistralai/Mixtral-8x7B-Instruct-v0.1` , etc.)
2023-07-03 16:47:53 -07:00
- MPT (`mosaicml/mpt-7b` , `mosaicml/mpt-30b` , etc.)
2023-06-20 14:00:28 +08:00
- OPT (`facebook/opt-66b` , `facebook/opt-iml-max-30b` , etc.)
2023-12-17 02:54:57 -08:00
- Phi (`microsoft/phi-1_5` , `microsoft/phi-2` , etc.)
2023-08-22 11:51:44 -07:00
- Qwen (`Qwen/Qwen-7B` , `Qwen/Qwen-7B-Chat` , etc.)
2023-11-16 14:47:26 -08:00
- Yi (`01-ai/Yi-6B` , `01-ai/Yi-34B` , etc.)
2023-06-20 10:57:46 +08:00
2023-06-19 20:03:40 -07:00
Install vLLM with pip or [from source ](https://vllm.readthedocs.io/en/latest/getting_started/installation.html#build-from-source ):
2023-06-19 16:31:13 +08:00
```bash
pip install vllm
```
## Getting Started
2023-06-19 20:03:40 -07:00
Visit our [documentation ](https://vllm.readthedocs.io/en/latest/ ) to get started.
- [Installation ](https://vllm.readthedocs.io/en/latest/getting_started/installation.html )
- [Quickstart ](https://vllm.readthedocs.io/en/latest/getting_started/quickstart.html )
- [Supported Models ](https://vllm.readthedocs.io/en/latest/models/supported_models.html )
2023-06-19 16:31:13 +08:00
2023-06-18 03:19:38 -07:00
## Contributing
2023-04-01 01:07:57 +08:00
2023-06-18 03:19:38 -07:00
We welcome and value any contributions and collaborations.
Please check out [CONTRIBUTING.md ](./CONTRIBUTING.md ) for how to get involved.
2023-09-13 17:38:13 -07:00
## Citation
If you use vLLM for your research, please cite our [paper ](https://arxiv.org/abs/2309.06180 ):
```bibtex
@inproceedings {kwon2023efficient,
2023-09-18 12:23:35 -07:00
title={Efficient Memory Management for Large Language Model Serving with PagedAttention},
2023-09-13 17:38:13 -07:00
author={Woosuk Kwon and Zhuohan Li and Siyuan Zhuang and Ying Sheng and Lianmin Zheng and Cody Hao Yu and Joseph E. Gonzalez and Hao Zhang and Ion Stoica},
booktitle={Proceedings of the ACM SIGOPS 29th Symposium on Operating Systems Principles},
year={2023}
}
```