training-cost-6-flops-per-param-per-token

IN premiseentries/2026/06/21/wiki-Large_language_model-chunk-2.md

Created 2026-06-21T09:50:09+00:00

LLM training costs approximately 6 FLOPs per parameter per token, while inference costs 1-2 FLOPs per parameter per token.

Summary

Training a large language model is roughly three to six times more computationally expensive per token than simply using it, because every parameter must be updated during training whereas only a forward pass is needed at inference. This cost ratio is the baseline that justifies doing training once and paying for many cheap inference calls, and it anchors any decision about whether a proposed change is worth the compute it would require.

Dependents

These beliefs depend on this one: