Quants impact for agentic use and local LLMs?
Summary
The author shares findings from testing quantization impacts on local LLMs for agentic use, revealing that many quants are statistically indistinguishable, MoEs are less affected than dense models, and significant degradation occurs below Q4 quantization.
Similar Articles
Has anyone tested how quantization hits different capabilities separately? My results are surprising.
The author shares surprising results from systematic tests on how different quantization levels (e.g., Q4_K_M, Q5_K_M) affect model capabilities separately, showing that math accuracy degrades more than knowledge tasks, and calls for more rigorous testing on context decay across quant levels.
Flat Score, Amplified Failures: How the Error Budget Masks Damage in Quantized LLM Agents
This paper investigates the claim that 4-bit weight quantization is nearly lossless for LLM agents, showing that while aggregate benchmark scores stay flat, quantization amplifies existing tool-call failures (e.g., hallucination), hidden by the benchmark's error budget. The authors suggest reporting per-channel error rates and success under shrinking budgets to reveal the masked damage.
Quantization Undoes Alignment: Bias Emergence in Compressed LLMs Across Models and Precision Levels
This paper studies how post-training quantization introduces new biases in instruction-tuned LLMs, finding that 3-bit precision causes 6–21% of previously unbiased items to develop stereotypes, while standard metrics like perplexity fail to detect this degradation.
K-Quantization and its Impact on Output Performance
This paper investigates the impact of different quantization levels (2-bit to 8-bit) on the performance of eight large language models across reasoning, code comprehension, and reading comprehension tasks, finding that while higher precision generally yields better performance, aggressive quantization often retains acceptable accuracy, with larger models showing greater resilience.
Compress and Forget: bitsandbytes Quantization Amplifies Proactive Interference in LLMs
The paper finds that bitsandbytes INT4 quantization significantly amplifies proactive interference in LLMs, degrading accuracy in contexts with repeated overwrites and highlighting deployment risks for semantically dense applications.