English

Foundations of Large Language Model Compression -- Part 1: Weight Quantization

Machine Learning 2024-10-04 v2 Computation and Language

Abstract

In recent years, compression of large language models (LLMs) has emerged as an important problem to enable language model deployment on resource-constrained devices, reduce computational costs, and mitigate the environmental footprint of large-scale AI infrastructure. In this paper, we lay down the foundation for LLM quantization from a convex optimization perspective and propose a quantization technique that builds on this foundation for optimum quantization outcomes. Our quantization framework, CVXQ, scales to models containing hundreds of billions of weight parameters and provides users with the flexibility to compress models to any specified model size, post-training. A reference implementation of CVXQ can be obtained from github.com/seannz/cvxq.

Keywords

Cite

@article{arxiv.2409.02026,
  title  = {Foundations of Large Language Model Compression -- Part 1: Weight Quantization},
  author = {Sean I. Young},
  journal= {arXiv preprint arXiv:2409.02026},
  year   = {2024}
}

Comments

Preprint. 17 pages, 4 figures, 5 appendices

R2 v1 2026-06-28T18:32:51.370Z