#112 · Primary category: Inference & Local Deploy
auto-round
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
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.