Show HN: Standalone TurboQuant KV Cache Inference (github.com)
Implements TurboQuant (ICLR 2026, arXiv:2504.19874) KV cache compression
directly inside a Transformers inference script. All algorithms are self-contained. Minimal dependencies.
- uses https://huggingface.co/g023/Qwen3-1.77B-g023 as the demonstration model (throw model files in Qwen3-BEST folder)
4 comments
[ 3.0 ms ] story [ 18.2 ms ] threadThis is exactly the kind of practical quantization work that makes running longer-context models on consumer GPUs actually feasible. Looking forward to seeing it generalized beyond the one model.Great stuff, g023.
edit: just added Mirostat v2 to clean up repetitive output from the model