AI Potluck
Model components / Inference code

LightLLM

ModelTC

LightLLM is a Python-based LLM inference and serving framework built for a lightweight design and horizontal scalability, drawing on implementations including FasterTransformer, Text Generation Inference, vLLM and FlashAttention.

The `lightllm` package on PyPI names no repository, so it could not be confirmed to belong to this project. Verified 2026-08-31 via GitHub, the LICENSE body and the repository README.

Openness

5 medium confidence
5.0
license
Apache-2.0(OSI)
source
public(the published repository is the engine)
core-gated
ungated(no enterprise path in the repository root and no paid build of the engine in the README)

The LICENSE body is the stock Apache-2.0 text with no appended condition, read in full rather than taken from the API's label. The repository is public and unarchived and builds the engine itself. Its root tree carries no enterprise, ee or commercial directory and its README describes no licence-gated build, so the core reads as ungated. Confidence is medium because that is a repository-and-README read rather than a pricing-page read.

Adoption

2 low confidence
2.0

4,253 GitHub stars, in the 1K-10K band of the stars scale. A `lightllm` package exists on PyPI but publishes no repository link, so it could not be confirmed to belong to this project and is not declared.

Capability

3 medium confidence
3.0

Two bands below the vllm anchor and level with text-generation-inference, which records the comparable set - continuous batching, tensor parallelism, Flash Attention, quantization - at the same band. Placed there rather than higher because it composes those techniques rather than publishing a serving record of its own.

Verified 2026-08-31