Bartowski Details New Per-Tensor Layout Maps for GGUF Quantization in llama.cpp
bartowski1182 · x · 2026-09-11
Quantization maintainer Bartowski published a Hugging Face blog on new per-tensor layout maps for GGUF quantization in llama.cpp.
- Backstory: Upstream llama-quant.cpp handles MoE models with more than 8 experts poorly, and shexp tensors are surprisingly precision-sensitive despite being tiny; he has long maintained his own fork to cope.
- The problem: Both upstream code and his tweaks are model-agnostic — shape-based heuristics like bumping bits in the first/last 1/8 of layers and every third middle layer only go so far.
- New approach: Tensor-granular layout maps let bit allocation follow each model's actual structure. Research was largely powered by a Framework Desktop.
Related event: Bartowski Unveils Per-Tensor Layout Maps for GGUF Quantization(2 posts)→
More from Infra
- OpenAI Agents API hits public beta; Cloudflare ships sandbox integration for cloud Codex agents — ritakozlov · 2026-09-11
- DeepSeek-V4.1-Flash lands on Fireworks: 552B MoE for coding and agents at 1/40th claimed cost — lqiao · 2026-09-11
- OpenAI Agents API Meets Cloudflare: Deploy a Logged Agent in 4 Minutes — craigsdennis · 2026-09-11
- Training a 6-Expert MoE GPT-2 From Scratch on a Single RTX 3090 in 8 Days — rasbt · 2026-09-11
- B3IQ Sells Eight Figures of GPUs in Two Weeks, Bets AI Infra Is a $100B Market — templecrash · 2026-09-11
- It Cost $100 in API Credits for an AI Agent to Install Free Software — MartinGTobias · 2026-09-11