#158 · Primary category: Inference & Local Deploy
vllm-turboquant
vLLM TurboQuant
Project last updated:06/25/26
GitHub Stars
616
Forks
103
Contributors
2
License
Apache-2.0
Why we included this project
Long-context vLLM serving that keeps running into memory limits is the use case here. The fork adds TurboQuant KV-cache quantization, which compresses the attention key and value cache so longer sequences or bigger batches fit on the same GPUs. The numbers are concrete: presets like FP8 keys with 4-bit values deliver roughly 2.6x cache compression at a modest perplexity cost, and the quantizer configuration is exposed so you can adjust bit widths and norm correction yourself. Because it tracks upstream vLLM closely, you keep the standard serving stack (continuous batching, PagedAttention, an OpenAI-compatible API) with the quantization layer on top. If you already run vLLM and want more context or throughput from existing hardware before buying more, this is a focused place to test that.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.