Quantization
Reducing the numeric precision of model weights (e.g. to 4-bit) to shrink size and run models on less hardware.
A 4-bit quantized model can be roughly a quarter the size of the 16-bit original, letting a 7B–8B model run on a laptop with a small, usually acceptable quality trade-off.