z-lab/paroquant

[ICLR 2026] ParoQuant: Pairwise Rotation Quantization for Efficient Reasoning LLM Inference

What it solves

ParoQuant addresses the accuracy loss typically associated with INT4 quantization in Large Language Models (LLMs), particularly for reasoning tasks. It aims to close the performance gap between low-precision (INT4) and high-precision (FP16) models while maintaining high inference speeds.

How it works

The project implements Pairwise Rotation Quantization, which uses learned pairwise rotations to suppress weight outliers. This technique allows the model to be compressed to 4-bit precision without the significant accuracy drops often seen in standard quantization methods.

Who it’s for

It is designed for developers and researchers who need to run large models efficiently on limited hardware, specifically those using NVIDIA GPUs (via vLLM and Transformers) or Apple Silicon (via MLX).

Highlights

  • High Efficiency: Runs at speeds comparable to AWQ.
  • Broad Hardware Support: Compatible with NVIDIA GPUs and Apple Silicon.
  • Pre-quantized Models: Provides a wide collection of ParoQuant-optimized versions of Qwen, Gemma, and Llama models on Hugging Face.
  • Custom Quantization: Includes tools to optimize rotation parameters and convert existing models into ParoQuant checkpoints.

Related

  • Project
  • Dispatch
  • Project
  • Project
  • Project