#66 · Primary category: Inference & Local Deploy
llm-compressor
Transformers-compatible library for applying various compression algorithms to LLMs for optimized deployment with vLLM
Project last updated:08/28/26
GitHub Stars
3.7K
Forks
644
Contributors
198
License
Apache-2.0
Why we included this project
Serving open-weight models with vLLM usually ends at the GPU-memory wall, and this library is built to push past it. You hand it a Hugging Face model, pick a quantization method from the bundled set (GPTQ, AWQ, SmoothQuant, AutoRound, plus the newer rotation-based approaches), and calibrate against a slice of your own data. Compression covers weight, activation, KV cache, and attention, and the result comes back in the compressed-tensors format vLLM loads directly, so what you get is a deployable checkpoint rather than a research artifact. For teams trying to trim cloud costs or fit a bigger model on the GPUs they already own, this is the shortest path from a full-precision checkpoint to a leaner one without hand-writing calibration code.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.