LLM quantization
LLM.int8(): 8-bit Matrix Multiplication for Transformers at Scale
Cited as a baseline — critiqued by newer work, not yet beaten on a benchmark here
3 papers critique it · 0 beat it on benchmarks
Verbatim critique sentences, each from a paper that cites LLM.int8() as a baseline.
However, this implementation results in significant latency overhead, sometimes even slower than FP16 inference.
“the inference latency of LLM.int8() can be higher than that of the FP16 baseline”
“However, both LLM.int8() and ZeroQuant are not efficient for quantizing LLMs to extreme low-percision number formats such as 3-bit integers.”