Speculative Decoding
An inference technique in which a cheaper draft model proposes multiple tokens that a larger target model verifies in batches to increase decoding throughput.
Related Concepts
- KV Cache
- Inference
- Latency
- Autoregressive Model
Source
- https://arxiv.org/abs/2211.17192