#quantization
4 posts tagged with #quantization
Every article below is hand-written, technically reviewed, and focused on quantization. Posts cover real-world architecture decisions, code-level implementation patterns, and trade-offs you'll only discover after shipping production systems.
Technology Local LLM Benchmark Methodology [2026]: TTFT vs tok/s Done Right
Stop screenshot-benchmarking. Here’s a reproducible local LLM benchmark methodology for 2026 that separates TTFT from throughput and reports rerunnable results.
AI and Machine Learning Gemma 4 26B CPU Inference Benchmark: 5 tok/s Production Math [2026]
A $300 Xeon from 2013 runs Gemma 4 26B at 5 tok/s with no GPU. Here's the memory bandwidth math, quantization tradeoffs, and production decision framework nobody else is covering.
AI and Machine Learning LLM Quantization Levels Compared: Q4_K_M vs Q8_0 vs FP16 [2026]
The practitioner's guide to choosing between Q4_K_M, Q5_K_S, Q8_0, and FP16 quantization for local LLMs — with real perplexity numbers, throughput benchmarks, and per-use-case recommendations.
AI and Machine Learning GGUF vs GPTQ vs EXL2: LLM Quantization Compared [2026]
A head-to-head comparison of GGUF, GPTQ, and EXL2 quantization formats with real quality, speed, and VRAM trade-offs — updated for the 2026 Hugging Face acquisition of ggml.ai.