Speculative Decoding and Multi-Token Prediction: How LLMs Generate Faster
Decode is memory-bound, so checking several tokens in one pass is nearly free. Here is the mechanism, the arithmetic behind it, and why quality never moves.
Tag archive
Coverage tagged speculative decoding.
Decode is memory-bound, so checking several tokens in one pass is nearly free. Here is the mechanism, the arithmetic behind it, and why quality never moves.