LLM Compressor

Library for quantizing and sparsifying LLMs into checkpoints that deploy directly in vLLM.

Open SourceSelf HostedOffline CapableGPU Required
0.0 (0)

About

Quantized checkpoints that load straight into vLLM are the output of LLM Compressor, the vLLM project's official compression library developed with Red Hat AI and descended from Neural Magic's tooling after the Red Hat acquisition. It applies post-training quantization and sparsity to weights, activations, KV cache, and attention, covering W8A8 in both int8 and fp8, microscaling formats like NVFP4 and MXFP4, and algorithms including GPTQ, AWQ, SmoothQuant, AutoRound, and rotation-based methods, plus REAP expert pruning that shrinks mixture-of-experts models by structurally removing less relevant experts. Models save in the compressed-tensors format that vLLM reads natively, so the compress-then-serve loop needs no conversion step. Integration with Hugging Face Transformers keeps most recipes to a few lines of Python, with multi-GPU and disk offloading support for models too large for one card. Installation is pip install llmcompressor, docs sit under docs.vllm.ai, and the Apache-2.0 codebase, at about 3.6k GitHub stars, produces the quantized checkpoints Red Hat publishes on Hugging Face.

Reviews (0)

Leave a Review

No reviews yet. Be the first to review!

Details

Price
Free
Platform
Local/Desktop
Difficulty
Intermediate (3/5)
License
Apache-2.0
Added
Jul 29, 2026

Related Tools

Minimalist ML framework in Rust by Hugging Face for fast inference.

Open SourceSelf HostedOffline
Advanced
0.0 (0)

Open-source ChatGPT alternative that runs 100% offline on your computer.

Open SourceSelf HostedOffline
Beginner
0.0 (0)
Featured

Port of Meta's LLaMA model in C/C++ for efficient CPU inference

Open SourceSelf HostedOffline
Intermediate
0.0 (0)

Fast LLM inference on consumer GPUs using neuron-aware sparse computation.

Open SourceSelf HostedOfflineGPU 4GB+
Advanced
0.0 (0)
Featured

High-throughput LLM serving engine with PagedAttention

Open SourceSelf HostedOfflineGPU 16GB+
Intermediate
0.0 (0)

Minimalist machine learning framework for Rust focused on performance and serverless inference.

Open SourceSelf HostedOffline
Intermediate
0.0 (0)
Browse all LLM Inference & Serving tools