English

QuIP#: Even Better LLM Quantization with Hadamard Incoherence and Lattice Codebooks

Machine Learning 2024-06-05 v2 Artificial Intelligence Computation and Language

Abstract

Post-training quantization (PTQ) reduces the memory footprint of LLMs by quantizing their weights to low-precision. In this work, we introduce QuIP#, a weight-only PTQ method that achieves state-of-the-art results in extreme compression regimes (\le 4 bits per weight) using three novel techniques. First, QuIP# improves QuIP's (Chee et al., 2023) incoherence processing by using the randomized Hadamard transform, which is faster and has better theoretical properties. Second, QuIP# uses vector quantization to take advantage of the ball-shaped sub-Gaussian distribution that incoherent weights possess: specifically, we introduce a set of hardware-efficient codebooks based on the highly symmetric E8E_8 lattice, which achieves the optimal 8-dimension unit ball packing. Third, QuIP# uses fine-tuning to improve fidelity to the original model. Our experiments show that QuIP# outperforms existing PTQ methods, enables new behaviors in PTQ scaling, and supports fast inference. Our code can be found at https://github.com/Cornell-RelaxML/quip-sharp.

Keywords

Cite

@article{arxiv.2402.04396,
  title  = {QuIP#: Even Better LLM Quantization with Hadamard Incoherence and Lattice Codebooks},
  author = {Albert Tseng and Jerry Chee and Qingyao Sun and Volodymyr Kuleshov and Christopher De Sa},
  journal= {arXiv preprint arXiv:2402.04396},
  year   = {2024}
}

Comments

ICML 2024

R2 v1 2026-06-28T14:40:46.533Z