Transcription
A 70-billion-parameter model won't fit on your laptop. Quantization changes that.
Quantization reduces the precision of a model's weights from 32-bit floats down to 4-bit integers. Instead of storing each weight as a precise decimal, you store a rough approximation.
The model gets smaller, inference gets faster, and quality drops a little, but usually not enough to matter. A 4-bit quantized 70B model fits on a single consumer GPU and runs fast enough to be useful.
Tools like llama.cpp and Ollama make running quantized models easy on local hardware. That's quantization, a big model made small enough to use. If you vibed, subscribe.