#112 · Primary category: Inference & Local Deploy

auto-round

diffusers gguf int4 llms mxfp4 nvfp4 omni quantization rounding sglang transformers vllm vlms

A SOTA quantization toolkit for high-accuracy low-bit LLM inference, seamlessly optimized for CPU/XPU/CUDA, with multi-datatype support and full compatibility with vLLM, SGLang, and Transformers|简洁且高效的量化工具包

Project last updated:08/29/26

GitHub Stars

1.6K

Forks

168

Contributors

42

License

Apache-2.0

Why we included this project

AutoRound tackles the part of model deployment most teams dread: shrinking a large language or vision-language model down to 2 to 4 bits without the accuracy collapsing. The sign-gradient descent method, described in the SignRound papers, keeps quality high at those widths, and the project ships a Python API plus a CLI so you can move from quick experiments to scripted batch runs without changing your workflow. The real draw is how the results fit into an existing stack: quantized models export to AutoRound, AutoAWQ, AutoGPTQ, or GGUF formats and load directly into Transformers, vLLM, or SGLang. Calibration-free and model-free modes also cover the case where you lack the reference hardware or data for full tuning. In short, it removes the accuracy loss and format friction that usually make teams put off low-bit quantization.

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