Auto Round
Auto‑Round quantizes large language models to low‑bit (e.g., 4‑bit) weights while keeping accuracy comparable to full‑precision inference.
- •You need to run a GPT‑style model on a single GPU or CPU with limited VRAM.
- •You want to cut inference cost without re‑training the model.
- •You are deploying a pre‑trained LLM in a production service and need sub‑8‑bit speed‑up.
python -m auto_round.quantize --model_name_or_path meta-llama/Llama-2-7b-hf --output_dir ./llama2-7b-w4a8 --bits 4 --group_size 128 --scale_dtype fp16
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/auto-round && curl -fsSL https://workflowstacks.com/api/skills/auto-round/claude-skill -o ~/.claude/skills/auto-round/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Auto Round is a very large Python project (~227k lines across 522 code files, plus 329 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit this month, Apache-2.0 license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2AGENTS.mdThe instructions the AI actually follows
- 3auto_round/__main__.pyWhere the program starts running
- 4pyproject.tomlDependencies and the commands it exposes
- 5auto_round/__init__.pyInside auto_round/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/auto-round && curl -fsSL https://workflowstacks.com/api/skills/auto-round/claude-skill -o ~/.claude/skills/auto-round/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More local-ai tools founders pair with this one.