Skip to content

Quantization

Quantization reduces a model's numerical precision, from 16-bit to 8-bit or 4-bit, shrinking memory use with some loss of accuracy.

  • GGUF
  • GPTQ
  • AWQ
  • INT4
  • INT8
  • model compression
  • weight precision
  • bitsandbytes
  • 4-bit quantization