0xSero/turboquant
TurboQuant: Near-optimal KV cache quantization for LLM inference (3-bit keys, 2-bit values) with Triton kernels + vLLM integration observed · 2026-08-28
Health v2 · maintenance only
48/100
- Activity 74
- Release rhythm 35
- Longevity 11
Flags: no_releases young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 161
- days_rel: n/a
- days_push: 159
- n_releases_24m: 0
Adoption not part of the score
1739 stars · 195 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TurboQuant is a Python library implementing near-optimal KV cache quantization for LLM inference, compressing keys to 3-bit and values to 2-bit using Triton kernels. It integrates with vLLM and supports dense and MoE architectures on NVIDIA GPUs.
Use cases
- reduce KV cache memory usage during LLM inference
- double the max context/token capacity of a vLLM deployment
- serve long-context LLMs on limited GPU VRAM
- quantize KV cache to 3-bit keys and 2-bit values
- speed up prefill and decode throughput for large context windows
- run MoE models with mixed full and linear attention layers more efficiently
When to choose
- you use vLLM and need to fit longer contexts or more concurrent requests in GPU memory
- you want drop-in KV cache compression with minimal quality loss
- you run inference on NVIDIA GPUs (RTX 3090/5090 class) with dense or MoE models
When to avoid
- your model uses only linear-attention layers, which TurboQuant cannot compress
- you need a non-vLLM inference engine without integration support
- you require permissive licensing since the project is GPL-3.0
- you need CPU-only or non-CUDA inference
Facets
library · maturity active
llm-inference gpu-computing caching machine-learning large-language-models machine-learning gpu-computing performance python kv-cache-quantization vllm triton-kernels inference-optimization moe gpu linux docker
1 source
- readme: https://github.com/0xSero/turboquant · fetched 2026-08-28 · c86933af7ae9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| 0xSero/turboquant | main | 48 |
For agents
markdown · JSON · MCP: product_card(name="0xSero/turboquant")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem