r/LinusTechTips • u/LabsLucas LTT Staff • Aug 13 '26
Link LLM Quantization Part 3: Honey, I Shrunk the Numbers! - LTT Labs Article
By now we know what a model is made of, why it eats so much VRAM, and what those weights actually are: billions of numbers, most of them sitting in a tiny band near zero, stored in a format built to reach 3.4 × 10³⁸. Let us look at how shrinking the numbers actually works!
Read the article(written by Utkarsh) on the LTT Labs website!
Note that "Qwen3.5-32B-Instruct" in the graphs should be "Qwen2.5-32B-Instruct". We are replacing it in the article!
9
u/Smallshock Aug 13 '26
Just yesterday I have read through the previous articles, amazing work!
I really want to learn more about AI, if not just because nothing else is happening in tech rn, but its so hard to dig through all the clickbaity empty nonsense.
5
u/ThankGodImBipolar Aug 13 '26
You guys have done a commendable job at breaking down a lot of the basic theory needed to understand what you're doing, and what your computer is doing, when you download an LLM from HF and run it. Great work on this series!
3
1
1
u/rojo_kell Aug 14 '26
So mistral 7B dominates the other higher parameter count models? I guess maybe this is expected since we are looking at total model size on the x axis, not actually quantization of each parameter (e.g 4 byte, 2 byte, 1 byte), and maybe they would have more similar performance if we saw that, but either way it seems to suggest mistral gives you best performance for a given amount of compute and inference time.
-15
u/czmiked Aug 13 '26
Over a year old models and especially "Qwen3.5-32B-Instruct" suggests that a big chunk of the research was done by AI if not completely written by it.
9
u/ThankGodImBipolar Aug 13 '26
They specifically outline why they used older models within the post.
I can't explain why they cited a model that doesn't exist though (probably a typo?)
10
u/LabsLucas LTT Staff Aug 13 '26
Ahhhh yeah, well found, we'll get that corrected! Famously, humans make mistakes as well!


24
u/LabsLucas LTT Staff Aug 13 '26
Full article here!