Inference

Inference Engines

Open source frameworks for serving and running LLMs — from cloud-scale GPU clusters to local laptops.

llama.cpp

Georgi Gerganov

124k

C/C++ inference of LLMs with minimal dependencies. Supports GGUF quantization, runs on CPU and Apple Silicon with optional GPU offloading. The backbone of local LLM inference.

LMDeploy

InternLM

8k

Toolkit for compressing, deploying, and serving LLMs from the InternLM team. Its TurboMind engine delivers high request throughput with persistent batching, blocked KV cache, and weight-only quantization.

MAX

Modular

26.8k

Modular's high-performance inference framework and serving platform. Pairs a Mojo-powered kernel stack with an OpenAI-compatible server for fast, portable LLM serving across NVIDIA and AMD GPUs.

MLC LLM

MLC AI

23.1k

Universal LLM deployment engine built on Apache TVM. Compiles and runs models natively across GPUs, browsers (WebGPU), iOS, and Android for high-performance inference everywhere.

Ollama

Ollama

179k

Run LLMs locally with a simple CLI. Wraps llama.cpp with model management, an HTTP API, and one-command model downloads. The easiest way to get started with local models.

SGLang

LMSYS

31.8k

Fast serving framework with RadixAttention for automatic KV cache reuse across requests. Features a frontend language for complex LLM programs with parallelism.

TensorRT-LLM

NVIDIA

14.4k

NVIDIA's optimized inference library for LLMs on NVIDIA GPUs. Leverages TensorRT for kernel fusion, in-flight batching, and FP8 quantization for maximum throughput.

Text Generation Inference

Hugging Face

10.9k

Production-ready inference server for LLMs. Features continuous batching, Flash Attention, quantization support (GPTQ/AWQ), and seamless Hugging Face Hub integration.

TokenSpeed

LightSeek

1.9k

Speed-of-light LLM inference engine built for agentic workloads, pairing TensorRT-LLM-level performance with vLLM-level ease of use. Features a static compiler, an optimized MLA kernel for Blackwell, and FP4 inference on NVIDIA and AMD.

vLLM

vLLM Team

89k

High-throughput LLM serving engine featuring PagedAttention for efficient memory management. Supports continuous batching, tensor parallelism, and OpenAI-compatible API.