Does this mean I would be able to run 500b model on my 48gb macbook without loosing quality?
TurboQuant: Redefining AI efficiency with extreme compression
51–60 of 202 posts
Re: TurboQuant: Redefining AI efficiency with extreme compression
#52"TurboQuant proved it can quantize the key-value cache to just 3 bits without requiring training or fine-tuning and causing any compromise in model accuracy" -- what do each 3 bits correspond to? Hardly individual keys or values, since it would limit each of them to 8 different vectors.
Re: TurboQuant: Redefining AI efficiency with extreme compression
#53I did not understand what polarQuant is. Is is something like pattern based compression where the algorithm finds repeating patterns and creates an index of those common symbols or numbers?
https://mesuvash.github.io/blog/2026/turboquant-interactive/ has a little visualisation
“”” For the full technical explanation with equations, proofs, and PyTorch pseudocode, see the companion post: TurboQuant: Near-Optimal Vector Quantization Without Looking at Your Data.“
Re: TurboQuant: Redefining AI efficiency with extreme compression
#54This is a great development for KV cache compression. I did notice a missing citation in the related works regarding the core mathematical mechanism, though. The foundational technique of applying a geometric rotation prior to extreme quantization, specifically for managing the high-dimensional geometry and enabling proper bias correction, was introduced in our NeurIPS 2021 paper, "DRIVE" ( https://proceedings.neurip…
I just today learned about Multi-Head Latent Attention, which is also sort of a way of compressing the KV cache. Can someone explain how this new development relates to MHLA?
Re: TurboQuant: Redefining AI efficiency with extreme compression
#55For my grug brain can somebody translate this to ELIgrug terms? Does this mean I would be able to run 500b model on my 48gb macbook without loosing quality?
Re: TurboQuant: Redefining AI efficiency with extreme compression
#56Re: TurboQuant: Redefining AI efficiency with extreme compression
#57This is a great development for KV cache compression. I did notice a missing citation in the related works regarding the core mathematical mechanism, though. The foundational technique of applying a geometric rotation prior to extreme quantization, specifically for managing the high-dimensional geometry and enabling proper bias correction, was introduced in our NeurIPS 2021 paper, "DRIVE" ( https://proceedings.neurip…
So storing the diagonal as a matrix and the new bases is more compact?
Re: TurboQuant: Redefining AI efficiency with extreme compression
#58Re: TurboQuant: Redefining AI efficiency with extreme compression
#59Re: TurboQuant: Redefining AI efficiency with extreme compression
#60[flagged]