From f4753697f721ecfe843fd671382a91ac7fa4af65 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Mon, 16 Sep 2024 10:01:50 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7db64429..c28be0ad 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Easy. Flexible. Enterprise-scale. ---- -**LitServe** is an easy-to-use, flexible serving engine for AI models built on FastAPI. Features like batching, streaming, and GPU autoscaling eliminate the need to rebuild a FastAPI server per model. +**LitServe** is an easy-to-use, flexible serving engine for AI models built on FastAPI. It augments FastAPI with features like batching, streaming, and GPU autoscaling eliminate the need to rebuild a FastAPI server per model. LitServe is at least [2x faster](#performance) than plain FastAPI due to AI-specific multi-worker handling.