REPOGEO REPORT · LITE
TheTom/turboquant_plus
Default branch main · commit 7f601a13 · scanned 6/20/2026, 2:53:30 AM
GitHub: 6,951 stars · 925 forks
Score trend below includes all ready runs (older left, newer right; scroll horizontally if needed). The table is collapsed by default—expand for newest-first rows, 10 per page.
2 ready scans. Expand the table below for newest-first rows (10 per page, paginated).
Action plan is what to do next — copy-pasteable changes prioritized by impact. Category visibility is the real GEO test: when a user asks an AI a brand-free question that should surface TheTom/turboquant_plus, does the AI actually recommend you — or your competitors? Objective checks verify the metadata signals AI engines weight first. Self-mention check detects whether AI even knows you exist by name.
Action plan — copy-paste fixes
3 prioritized changes generated by gemini-2.5-flash. Mark items done after you ship the fix.
- highabout#1Add a clear repository description
Why:
COPY-PASTE FIXResearch and reference implementation for TurboQuant+, a KV cache compression technique for large language models (LLMs) using PolarQuant and Walsh-Hadamard rotation, achieving 3.8-6.4x compression.
- hightopics#2Add relevant topics for LLM optimization
Why:
COPY-PASTE FIXllm, kv-cache, transformer, quantization, compression, machine-learning, deep-learning, vllm, llama-cpp, long-context
- highreadme#3Move core value proposition to the top of the README
Why:
CURRENT# TurboQuant+ > 🚀 TurboQuant KV cache compression is now in vLLM (PR #38479, merged April 2026): `--kv-cache-dtype turboquant_k8v4` and friends, with fused Triton store/decode kernels. The PR discussion drew on the asymmetric K/V findings from this repo. **Upstream llama.cpp has merged the core idea too**: Hadamard KV cache rotation (#21038, citing TurboQuant directly) with fast WHT kernels on CPU (#22631), CUDA (#23615), and Vulkan (#23687). Rotation + the stock q4_0 cache is essentially turbo4's rotation stage; the PolarQuant codebook, norm extraction, and asymmetric policies remain here and in the fork. > ### [Getting Started Guide](docs/getting-started.md) | [Configuration Recommendations](docs/turboquant-recommendations.md) | [Benchmarks](docs/benchmarks.md) | Commercial Support Implementation of TurboQuant (ICLR 2026) with implementation work, experiments, and follow-on findings beyond the base paper. Compresses transformer KV cache **3.8-6.4x** using PolarQuant + Walsh-Hadamard rotation, at near q8_0 prefill speed and ~0.9x decode throughput at long context. Validated end-to-end from 1.5B to **104B at 128K context on a MacBook** (turbo3, PPL 4.024, 74 GB peak memory). This repository is the **research home**: the Python reference implementation, the validation papers, and the benchmark data. To run TurboQuant in an inference engine, pick from the table below. Pieces that prove useful and stable get upstreamed incrementally as small, reviewable patches.
COPY-PASTE FIX# TurboQuant+ Implementation of TurboQuant (ICLR 2026) with implementation work, experiments, and follow-on findings beyond the base paper. Compresses transformer KV cache **3.8-6.4x** using PolarQuant + Walsh-Hadamard rotation, at near q8_0 prefill speed and ~0.9x decode throughput at long context. Validated end-to-end from 1.5B to **104B at 128K context on a MacBook** (turbo3, PPL 4.024, 74 GB peak memory). > 🚀 TurboQuant KV cache compression is now in vLLM (PR #38479, merged April 2026): `--kv-cache-dtype turboquant_k8v4` and friends, with fused Triton store/decode kernels. The PR discussion drew on the asymmetric K/V findings from this repo. **Upstream llama.cpp has merged the core idea too**: Hadamard KV cache rotation (#21038, citing TurboQuant directly) with fast WHT kernels on CPU (#22631), CUDA (#23615), and Vulkan (#23687). Rotation + the stock q4_0 cache is essentially turbo4's rotation stage; the PolarQuant codebook, norm extraction, and asymmetric policies remain here and in the fork. > ### [Getting Started Guide](docs/getting-started.md) | [Configuration Recommendations](docs/turboquant-recommendations.md) | [Benchmarks](docs/benchmarks.md) | Commercial Support This repository is the **research home**: the Python reference implementation, the validation papers, and the benchmark data. To run TurboQuant in an inference engine, pick from the table below. Pieces that prove useful and stable get upstreamed incrementally as small, reviewable patches.
Category GEO backends resolved for this scan: google/gemini-2.5-flash, deepseek/deepseek-v4-flash
Category visibility — the real GEO test
Brand-free queries asked to google/gemini-2.5-flash. Did AI recommend you, or someone else?
Same questions for every model — switch tabs to compare answers and rankings.
- huggingface/optimum · recommended 2×
- huggingface/transformers · recommended 2×
- tensorflow/tensorflow · recommended 2×
- vllm-project/vllm · recommended 1×
- microsoft/DeepSpeed · recommended 1×
- CATEGORY QUERYHow to reduce transformer KV cache memory usage for long context LLMs?you: not recommendedAI recommended (in order):
- vLLM (vllm-project/vllm)
- DeepSpeed-MII (microsoft/DeepSpeed)
- Hugging Face Optimum (huggingface/optimum)
- Triton Inference Server (triton-inference-server/server)
- FasterTransformer (NVIDIA/FasterTransformer)
- Hugging Face Transformers (huggingface/transformers)
- LongFormer
- BigBird
- FlashAttention-2 (Dao-AILab/flash-attention)
- PyTorch (pytorch/pytorch)
- TensorFlow (tensorflow/tensorflow)
AI recommended 11 alternatives but never named TheTom/turboquant_plus. This is the gap to close.
Show full AI answer
- CATEGORY QUERYLooking for methods to efficiently run large language models on devices with limited RAM.you: not recommendedAI recommended (in order):
- llama.cpp (ggerganov/llama.cpp)
- AWQ (mit-han-lab/awq)
- GPTQ (IST-DASLab/gptq)
- bitsandbytes (TimDettmers/bitsandbytes)
- Hugging Face Transformers (huggingface/transformers)
- accelerate (huggingface/accelerate)
- TinyLlama (PKU-YuanGroup/TinyLlama)
- LoRA (microsoft/LoRA)
- Hugging Face PEFT library (huggingface/peft)
- ONNX Runtime (microsoft/onnxruntime)
- OpenVINO (openvinotoolkit/openvino)
- TensorFlow Lite (tensorflow/tensorflow)
- Hugging Face Optimum (huggingface/optimum)
AI recommended 13 alternatives but never named TheTom/turboquant_plus. This is the gap to close.
Show full AI answer
Objective checks
Rule-based audits of metadata signals AI engines weight most.
- Metadata completenessfail
Suggestion:
- README presencepass
Self-mention check
Does AI even know your repo exists when asked about it directly?
- Compared to common alternatives in this category, what is the core differentiator of TheTom/turboquant_plus?passAI did not name TheTom/turboquant_plus — likely talking about a different project
AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?
- If a team adopts TheTom/turboquant_plus in production, what risks or prerequisites should they evaluate first?passAI named TheTom/turboquant_plus explicitly
AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?
- In one sentence, what problem does the repo TheTom/turboquant_plus solve, and who is the primary audience?passAI named TheTom/turboquant_plus explicitly
AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?
Embed your GEO score
Drop this badge into the README of TheTom/turboquant_plus. It auto-updates whenever the report is rescanned and links back to the latest report — easy public proof that you care about AI discoverability.
[](https://repogeo.com/en/r/TheTom/turboquant_plus)<a href="https://repogeo.com/en/r/TheTom/turboquant_plus"><img src="https://repogeo.com/badge/TheTom/turboquant_plus.svg" alt="RepoGEO" /></a>Subscribe to Pro for deep diagnoses
TheTom/turboquant_plus — Lite scans stay free; this card itemizes Pro deep limits vs Lite.
- Deep reports10 / month
- Brand-free category queries5 vs 2 in Lite
- Prioritized action items8 vs 3 in Lite