Signed-off-by: WoosukKwon <woosuk.kwon@berkeley.edu>
This commit is contained in:
WoosukKwon 2025-01-24 13:48:36 -08:00
parent abc8465d71
commit d67eaaa0d9
1 changed files with 4 additions and 4 deletions

View File

@ -19,10 +19,10 @@ Over the past 1.5 years, vLLM has achieved remarkable success in supporting dive
## Goals of V1
Based on the above motivation, vLLM V1 is designed to:
\- Provide a **simple, modular, and easy-to-hack codebase**.
\- Ensure **high performance** with near-zero CPU overhead.
\- **Combine key optimizations** into a unified architecture.
\- Require **zero configs** by enabling features/optimizations by default.
- Provide a **simple, modular, and easy-to-hack codebase**.
- Ensure **high performance** with near-zero CPU overhead.
- **Combine key optimizations** into a unified architecture.
- Require **zero configs** by enabling features/optimizations by default.
## Scope of V1