LLM Compressor is an open-source library (maintained under the vllm-project org, with Red Hat / Neural Magic behind it) for shrinking large language models so they run cheaper and faster at inference time. It offers a broad set of quantization algorithms and transforms — weight, activation, KV-cache, and attention quantization across precisions like W8A8 (int8/fp8), W4A16, and microscale formats (NVFP4, MXFP4, MXFP8) — plus structural techniques such as REAP expert pruning for Mixture-of-Experts models. It integrates directly with Hugging Face models and saves in the compressed-tensors format that vLLM loads natively, and supports DDP and disk offloading to compress very large models. Vendor framing (labeled): the project cites checkpoints (e.g., large MoE models) compressed with ">70% size reduction while maintaining accuracy recovery" — these are producer-reported results on specific models/benchmarks; expected accuracy/size trade-offs must be validated per model and per task. Positioning note: this is a pre-deployment optimization pipeline that produces artifacts consumed by the vLLM engine — it is not the vLLM engine itself, nor vllm-production-stack. Best fit for teams self-hosting open-weight models who want to fit larger models on fewer/cheaper GPUs. Requires Python, a calibration dataset, and GPU capacity for the compression run.

LLM Compressor
Quantize and compress LLMs for optimized vLLM deployment
- Pricing Model
- open-source
- License
- Open Source
- Telemetry
- Clean
- Last Verified
- Aug 26, 2026
- Supported Platforms
- Python library (`pip install llmcompressor`). Linux + GPU for calibration/compression. Integrates with Hugging Face Transformers; outputs `compressed-tensors` checkpoints for vLLM. DDP + disk-offload for very large models.
- Primary Categories
- DevOps & Deployment
- Tags
- Inference, LLM
Open-source, Hugging Face-compatible library for quantizing and compressing LLMs (W8A8, W4A16, NVFP4/MXFP4, KV-cache and attention quantization, expert pruning) into vLLM-ready `compressed-tensors` checkpoints.
Pricing & Platform Specs
Pricing Summary
Free and open-source under the Apache-2.0 license. Users run compression pipelines locally or on their own GPU compute without software licensing fees.
full pricing breakdown →Supported Platforms
Python library (`pip install llmcompressor`). Linux + GPU for calibration/compression. Integrates with Hugging Face Transformers; outputs `compressed-tensors` checkpoints for vLLM. DDP + disk-offload for very large models.
Categories
Tags
Alternatives
High-throughput LLM serving engine
vLLM is an Apache-2.0 LLM inference and serving engine focused on high-throughput self-hosted model APIs. It combines PagedAttention, continuous batching, prefix caching, quantization options, OpenAI-compatible serving, structured outputs, metrics, Docker/Kubernetes deployment guidance and integrations with agent and LLM frameworks.
Sources & verification
- Sources checked
- Content verified
Verification dates are editorial checks. Routine CMS saves and automatic updatedAt timestamps do not advance them.
FAQ
What is LLM Compressor?
Open-source, Hugging Face-compatible library for quantizing and compressing LLMs (W8A8, W4A16, NVFP4/MXFP4, KV-cache and attention quantization, expert pruning) into vLLM-ready compressed-tensors checkpoints.
Is LLM Compressor free?
Yes — LLM Compressor is open source and free to use. Free and open-source under the Apache-2.0 license. Users run compression pipelines locally or on their own GPU compute without software licensing fees.
Is LLM Compressor open source?
Yes — LLM Compressor is open source.
Is LLM Compressor still maintained?
Yes — LLM Compressor is active. Its listing was last verified on August 26, 2026.
What are the best LLM Compressor alternatives?
The first editor-selected LLM Compressor alternatives are vLLM.