cd/sources/hello-fri-end-auto-discovered· home sources Hello-Fri-End (auto-discovered)
cat /sources/hello-fri-end-auto-discovered.feed | wc -l → 3

Hello-Fri-End (auto-discovered)

articles 3 domain hello-fri-end.github.io → feed RSS
18:30
2026-07-15
hello-fri-end.github.io
machine-learning

Early Breakthroughs in Transformer Quantization

Tim Dettmers et al. in their 2022 LLM.int8() paper found that large outlier features emerge across all transformer layers as models scale, causing naive INT8 quantization to break down. They introduce…

18:30
2026-06-30
hello-fri-end.github.io
large-language-models

Why do transformers have outliers?

Transformer models develop outlier channels—feature dimensions with unusually large values in weights and activations—due to the softmax normalization in attention layers, which forces tokens to assig…

19:25
2026-06-18
hello-fri-end.github.io
machine-learning

Integer Quantization: Deep Dive

Integer quantization reduces memory and energy consumption in large language models by representing weights and activations with fewer bits, enabling 70B models to fit on a single GPU in 4-bit precisi…