Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon authored Aug 28, 2024
1 parent 2e25eab commit 449c697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ response = requests.post(
- LitAPI lets you easily build complex AI systems with one or more models ([docs](https://lightning.ai/docs/litserve/api-reference/litapi)).
- Use the setup method for one-time tasks like connecting models, DBs, and loading data ([docs](https://lightning.ai/docs/litserve/api-reference/litapi#setup)).
- LitServer handles optimizations like batching, GPU autoscaling, streaming, etc... ([docs](https://lightning.ai/docs/litserve/api-reference/litserver)).
- LitServer is 2x faster than a plain FastAPI server due to our specialized multi-worker handling for AI workloads ([learn more](#performance)).
- LitServer is 2x faster than a plain FastAPI server with specialized multi-worker handling for AI workloads ([learn more](#performance)).
- Self host on your own machines or use Lightning Studios for a fully managed deployment ([learn more](#hosting-options)).

[Learn how to make this server 200x faster](https://lightning.ai/docs/litserve/home/speed-up-serving-by-200x).
Expand Down

0 comments on commit 449c697

Please sign in to comment.