From d67eaaa0d911797ca7798108c4828af675825d12 Mon Sep 17 00:00:00 2001 From: WoosukKwon Date: Fri, 24 Jan 2025 13:48:36 -0800 Subject: [PATCH] fix Signed-off-by: WoosukKwon --- _posts/2025-01-24-v1.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_posts/2025-01-24-v1.md b/_posts/2025-01-24-v1.md index bfb7bf2..9783e69 100644 --- a/_posts/2025-01-24-v1.md +++ b/_posts/2025-01-24-v1.md @@ -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