turboquant

Tag

Cards List
#turboquant

@no_stp_on_snek: anyone still talking about mlx-swift-lm? said i was taking the day off... cleaned the chicken coop, got a workout in, f…

X AI KOLs Following · 2026-07-16 Cached

The author describes implementing TurboQuant KV-cache compression into Apple's mlx-swift-lm, achieving 2.7x compression with quality on par with 8-bit, and 3-4x decode speed improvements via a fused Metal kernel.

0 favorites 0 likes
#turboquant

@coffeecup2020: If your card support Blackwell, read this! https://github.com/turbo-tan/llama.cpp-tq3… updated with turbo4/turbo3 TQ3_4…

X AI KOLs Timeline · 2026-07-01 Cached

A llama.cpp fork introduces TurboQuant TQ3_4S quantization that maps to Blackwell FP4 tensor cores, achieving up to 221% faster prompt processing on GB10 while maintaining near Q4 quality at Q3 size.

0 favorites 0 likes
#turboquant

@no_stp_on_snek: TurboQuant+ updates. 4.25→4.125 bpw, faster decode, lower KLD, crash fixed. NEED TESTERS: spent the last stretch hammer…

X AI KOLs Following · 2026-06-27 Cached

TurboQuant+ updates bring lower bitrate (4.125 bpw), faster decode, and reduced KLD (34-35% down). The developer seeks testers on various hardware backends.

0 favorites 0 likes
#turboquant

@BlackRainLabs: Using TurboQuant i was able to push 20 tk/s on qwen 3.6 35b MoE on a GTX1060 3GB. Insane for such a small and old card.…

X AI KOLs Following · 2026-06-22 Cached

Using TurboQuant, the user achieved 20 tokens per second on a Qwen 3.6 35B MoE model running on a GTX1060 3GB, showcasing impressive performance on outdated hardware.

0 favorites 0 likes
#turboquant

@analogalok: Gemma 4 12B QAT (dense) achieves 1000+ tokens/sec prefill on 8GB VRAM with 120k context Gemma 4 12B QAT (dense), TurboQ…

X AI KOLs Following · 2026-06-18 Cached

Gemma 4 12B QAT (dense) achieves over 1000 tokens per second prefill on an 8GB RTX 4060 with 120k context using TurboQuant, enabling full GPU layer offloading. This represents a 42% increase in prefill speed over previous methods.

0 favorites 0 likes
#turboquant

@dr_cintas: Google's new algorithm just shrunk 31GB of memory down to 4GB TurboVec is a new open-source tool that stores the data y…

X AI KOLs Timeline · 2026-06-05 Cached

Google's TurboVec is a new open-source tool that reduces memory usage from 31GB to 4GB for AI search data, leveraging TurboQuant for faster search than FAISS, and integrates with LangChain and LlamaIndex while running fully offline.

0 favorites 0 likes
#turboquant

@no_stp_on_snek: got it here if ya want to try it out:

X AI KOLs Following · 2026-05-23 Cached

A fork of llama.cpp integrating TurboQuant+ for advanced KV-cache and weight quantization, with cross-backend kernel support (Apple Silicon, NVIDIA CUDA, AMD ROCm, Vulkan) and used in production by LocalAI, Chronara, and AtomicChat.

0 favorites 0 likes
#turboquant

Here are my KV cache quantization benchmarks: TurboQuant is overrated but saved by TCQ, q5 deserves more attention, and symmetric q8 might be a waste of VRAM

Reddit r/LocalLLaMA · 2026-05-19

A detailed benchmark comparing KV cache quantization methods (TurboQuant, TCQ, q4, q5, q8) using PPL and KLD metrics on Qwen 3.6 27B, finding that TCQ improves low-bit quantization, asymmetric KV beats symmetric at same size, and q8 is often overkill. Includes analysis and data in linked article.

0 favorites 0 likes
#turboquant

Gemma4 26b MoE running in MLX with turboquant (and custom kernel)

Reddit r/LocalLLaMA · 2026-05-15

A developer successfully ran Gemma4 26b MoE on Apple MacBook Air M5 using MLX with turboquant and a custom kernel, achieving faster prompt processing and generation speeds than llama.cpp with lower memory usage. The implementation includes instructions for local deployment.

0 favorites 0 likes
#turboquant

@techwith_ram: A 10M document corpus eats 31 GB of RAM as float32 Most teams hit that wall & reach for a managed vector database. $400…

X AI KOLs Timeline · 2026-05-14

turbovec is an open-source Rust vector index using Google Research's TurboQuant algorithm, achieving 16x compression and faster search than FAISS, with integrations for RAG frameworks like LangChain, LlamaIndex, and Haystack.

0 favorites 0 likes
#turboquant

Turboquant+MTP for ROCm(Llama CPP)

Reddit r/LocalLLaMA · 2026-05-14

A developer gets TurboQuant TBQ4 KV cache and Multi-Token Prediction working on AMD ROCm for RDNA3 GPUs in llama.cpp, enabling 64k context on 24 GB VRAM with competitive token rates.

0 favorites 0 likes
#turboquant

Multi-Token Prediction (MTP) for Qwen on LLaMA.cpp + TurboQuant

Reddit r/LocalLLaMA · 2026-05-14

Implemented Multi-Token Prediction for Qwen on LLaMA.cpp with TurboQuant, achieving a 40% performance boost and 90% acceptance rate, running locally on a MacBook Pro M5 Max.

0 favorites 0 likes
#turboquant

Statistical Inference and Quality Measures of KV Cache Quantisations Inspired by TurboQuant

arXiv cs.LG · 2026-05-12 Cached

This paper analyzes KV cache quantization schemes inspired by TurboQuant, using statistical inference and a new 6D error framework to evaluate quality measures like KL divergence and geometric error.

0 favorites 0 likes
#turboquant

@no_stp_on_snek: appreciate the comprehensive write-up from @_EldarKurtic, @mgoin_, @RedHat_AI on TurboQuant. data on H100 with native F…

X AI KOLs Following · 2026-05-11

A technical discussion validates TurboQuant performance data on NVIDIA H100 GPUs with FP8 Tensor Cores and promises further insights from non-H100 testing.

0 favorites 0 likes
#turboquant

Running Qwen3.6 35b a3b on 8gb vram and 32gb ram ~190k context

Reddit r/LocalLLaMA · 2026-05-10

The author shares a high-performance local inference configuration for running Qwen3.6 35B A3B on limited hardware (8GB VRAM, 32GB RAM) using a modified llama.cpp with TurboQuant support, achieving ~37-51 tok/sec with ~190k context.

0 favorites 0 likes
#turboquant

@rumgewieselt: Now its getting crazy ... 3x 1080 Ti (Pascal, 33GB VRAM) Qwen 3.6 27B MTP with 196K TurboQuant ~28-30 t/s consistently

X AI KOLs Timeline · 2026-05-08 Cached

A user demonstrates successful local inference of a 27B parameter Qwen model across three GTX 1080 Ti GPUs, achieving approximately 28-30 tokens per second using TurboQuant optimization.

0 favorites 0 likes
#turboquant

Can we already use Google's TurboQuant (TQ) for KV Cache in llama-server? Or are we waiting for a PR?

Reddit r/LocalLLaMA · 2026-04-22

Community discussion on whether Google's TurboQuant compression can already be applied to KV cache in llama-server or if implementation is still pending.

0 favorites 0 likes
#turboquant

@no_stp_on_snek: turboquant+ is now a swappable backend in LocalAI alongside tinygrad and sglang. if you're running GGUF models and want…

X AI KOLs Following · 2026-04-20

turboquant+ backend added to LocalAI, enabling longer context for GGUF models without hardware upgrade.

0 favorites 0 likes
← Back to home

Submit Feedback