English

SiLQ: Simple Large Language Model Quantization-Aware Training

Machine Learning 2025-07-24 v1 Artificial Intelligence Computation and Language

Abstract

Large language models can be quantized to reduce inference time latency, model size, and energy consumption, thereby delivering a better user experience at lower cost. A challenge exists to deliver quantized models with minimal loss of accuracy in reasonable time, and in particular to do so without requiring mechanisms incompatible with specialized inference accelerators. Here, we demonstrate a simple, end-to-end quantization-aware training approach that, with an increase in total model training budget of less than 0.1%, outperforms the leading published quantization methods by large margins on several modern benchmarks, with both base and instruct model variants. The approach easily generalizes across different model architectures, can be applied to activations, cache, and weights, and requires the introduction of no additional operations to the model other than the quantization itself.

Keywords

Cite

@article{arxiv.2507.16933,
  title  = {SiLQ: Simple Large Language Model Quantization-Aware Training},
  author = {Steven K. Esser and Jeffrey L. McKinstry and Deepika Bablani and Rathinakumar Appuswamy and Dharmendra S. Modha},
  journal= {arXiv preprint arXiv:2507.16933},
  year   = {2025}
}

Comments

12 pages, 3 figures

R2 v1 2026-07-01T04:14:05.494Z