Skip to content
Optimization

EAGLE

Speculative decoding variant with a lightweight head on target-model hidden states, achieving higher draft acceptance rates than token-level draft models.

Definition

EAGLE (Extrapolation Algorithm for Greater Language-model Efficiency) replaces the token-level draft model with a single transformer decoder layer that operates on the target model's hidden-state features rather than token embeddings. Because it works in the continuous feature space it achieves higher draft acceptance rates than token-level methods, typically translating to 3–4× speedup on generation benchmarks. EAGLE v2 further improves acceptance with a dynamic speculative tree.

More Optimization terms