Papers › LLM.int8(): 8-bit Matrix Multiplication for Transformers at Scale

LLM.int8(): 8-bit Matrix Multiplication for Transformers at Scale

15 Aug 2022arXiv:2208.07339archive 2025-07-28

Tim Dettmers, Mike Lewis, Younes Belkada, Luke Zettlemoyer

Large language models have been widely adopted but require significant GPU memory for inference. We develop a procedure for Int8 matrix multiplication for feed-forward and attention projection layers in transformers, which cut the memory needed for inference by half while retaining full precision performance. With our method, a 175B parameter 16/32-bit checkpoint can be loaded, converted to Int8, and used immediately without performance degradation. This is made possible by understanding and working around properties of highly systematic emergent features in transformer language models that dominate attention and transformer predictive performance. To cope with these features, we develop a two-part quantization procedure, LLM.int8(). We first use vector-wise quantization with separate normalization constants for each inner product in the matrix multiplication, to quantize most of the features. However, for the emergent outliers, we also include a new mixed-precision decomposition scheme, which isolates the outlier feature dimensions into a 16-bit matrix multiplication while still more than 99.9% of values are multiplied in 8-bit. Using LLM.int8(), we show empirically it is possible to perform inference in LLMs with up to 175B parameters without any performance degradation. This result makes such models much more accessible, for example making it possible to use OPT-175B/BLOOM on a single server with consumer GPUs. We open-source our software.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2208.07339")

Code

Syntology Ran 2 of 5 code samples harvested from 2 repositories linked to this paper; 3 have no recorded run. Of those that ran: 2 ran with no contract checked.

By repository: official repository: 1 sample from 1 repository, 0 ran; community (archive-listed): 4 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

timdettmers/bitsandbytes officialmentioned in papermentioned on GitHubpytorch report
alextmallen/adaptive-retrieval mentioned on GitHubpytorchMIT report
huggingface/transformers-bloom-inference mentioned on GitHubpytorchApache-2.0 report
kohjingyu/fromage mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

5 samples harvested; 2 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran
3unverified

Licence: 0 of the 5 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

int8_linear_matmul timdettmers/bitsandbytes/bitsandbytes/functional.py official repository unverified MIT (permissive) · 646f7cd7192b9ea8 · report
get_benchmark_results huggingface/transformers-bloom-inference/inference_server/benchmark.py community (archive-listed) ran Apache-2.0 (permissive) · 5f7de07e75040659 · report
get_model_path huggingface/transformers-bloom-inference/inference_server/models/ds_inference.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 23648dfbe89d08f8 · report
get_hf_model_class huggingface/transformers-bloom-inference/inference_server/models/model.py community (archive-listed) unverified Apache-2.0 (permissive) · 9442182e69129d23 · report
load_tokenizer huggingface/transformers-bloom-inference/inference_server/models/model.py community (archive-listed) unverified Apache-2.0 (permissive) · 835634e64b6b277d · report

Tasks

Language ModellingLinguistic AcceptabilityNatural Language InferenceQuantizationSemantic Textual SimilaritySentiment Analysis

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Language Modelling C4 Zeropoint LLM.int8 13B (vector-wise + decomp) Perplexity 12.45 #2 of 9 Archive leaderboard report
Language Modelling C4 LLM.float32 6.7B Perplexity 13.3 #5 of 9 Archive leaderboard report
Language Modelling C4 LLM.float32 2.7B Perplexity 14.43 #6 of 9 Archive leaderboard report
Language Modelling C4 LLM.float32 1.3B Perplexity 15.91 #9 of 9 Archive leaderboard report
Linguistic Acceptability CoLA RoBERTa-large 355M (MLP quantized vector-wise, fine-tuned) Accuracy 68.6% #17 of 43 Archive leaderboard report
Natural Language Inference MultiNLI RoBERTa-large 355M (MLP quantized vector-wise, fine-tuned) Matched 90.2 #11 of 67 Archive leaderboard report
Natural Language Inference QNLI RoBERTa-large 355M (MLP quantized vector-wise, fine-tuned) Accuracy 94.7% #13 of 43 Archive leaderboard report
Natural Language Inference RTE RoBERTa-large 355M (MLP quantized vector-wise, fine-tuned) Accuracy 85.4% #25 of 90 Archive leaderboard report
Semantic Textual Similarity MRPC RoBERTa-large 355M (MLP quantized vector-wise, fine-tuned) Accuracy 91.0% #7 of 45 Archive leaderboard report
Semantic Textual Similarity STS Benchmark RoBERTa-large 355M (MLP quantized vector-wise, fine-tuned) Pearson Correlation 0.919 #9 of 66 Archive leaderboard report
Sentiment Analysis SST-2 Binary classification RoBERTa-large 355M (MLP quantized vector-wise, fine-tuned) Accuracy 96.4 #16 of 87 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections