llama.cpp
The C++ inference engine powering most local LLMs.
High-throughput LLM serving for GPUs.
Self-hosted server · Datacenter GPU (80 GB+)
For desktops you usually want Ollama / llama.cpp instead.
Source is public — you can audit it, fork it, and you'll never lose access to your workflows if vLLM the company changes direction.
Power-user score 93/100 — consistently rated highly by people who use this every day, not just benchmark chasers.
Supports FP16, BF16, FP8 and 3 more — you can dial VRAM use up or down to match your card.
Both self-hostable and available as a hosted API — prototype on someone else's GPU, deploy on yours.
This page summarizes upstream documentation, release information, and editorially reviewed catalogue fields. It is not presented as a hands-on benchmark. Verify changing requirements at the official project; report stale data through our corrections channel.
A standard local install — download, install dependencies, point at your GPU.
Needs 24 GB minimum — RTX 3090 / 4090 territory.
Open-source AND ships an API — easy to integrate, possible to host yourself.
Catalogue entry last updated 63 days ago — re-verification due soon.
Hand-picked from YouTube, Reddit, GitHub, and the wider web. Each link goes straight to the source — we don't intercept or rewrite anything.
Three picks across different tradeoffs — so you don't end up with three near-clones of vLLM.
Production-grade inference server: PagedAttention, continuous batching, tensor parallelism. The standard when you need to serve thousands of requests/sec on H100s/A100s/L40s.
Free / OSS. Run it on your own datacenter GPUs.
The C++ inference engine powering most local LLMs.