LightLLM
Lightweight, scalable Python LLM inference and serving framework focused on high throughput.
About
ModelTC's LightLLM is a pure Python inference and serving framework for large language models, built around a lightweight and easily modified codebase that still targets high throughput. Asynchronous request processing and token level KV cache management keep GPU memory utilization high under load, and the framework adds constrained decoding for structured output, SLA aware request scheduling, and prefix KV cache transfer across distributed ranks. Its design borrows proven techniques from FasterTransformer, TGI, vLLM, and FlashAttention, and the 1.0 release reported strong DeepSeek-R1 serving performance on a single H200 machine. Because the stack is Python end to end, research groups adapt it readily, and systems work built on LightLLM has appeared at venues including OSDI, SOSP, ASPLOS, and ACL. Organizations serving models at scale and researchers prototyping scheduling or caching ideas are the typical users. Released under the Apache 2.0 license.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- LLM Inference & Serving
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- Apache-2.0
- Added
- May 7, 2026
Related Tools
Minimalist ML framework in Rust by Hugging Face for fast inference.
Open-source ChatGPT alternative that runs 100% offline on your computer.
Port of Meta's LLaMA model in C/C++ for efficient CPU inference
Fast LLM inference on consumer GPUs using neuron-aware sparse computation.
High-throughput LLM serving engine with PagedAttention
Minimalist machine learning framework for Rust focused on performance and serverless inference.