SafeAILab / EAGLE

Official Implementation of EAGLE

Home Page:https://arxiv.org/abs/2401.15077

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can EAGLE actually improve throughput?

chenzhengda opened this issue · comments

It seems that it always needs a complete forward of tree candidates for verify, which appears to increase the overall computational flops. For example, for "mc_sim_7b_63," each iteration requires the computation of 26 candidate tokens, but only two tokens can be accepted.

EAGLE alone achieves 2x throughput. See Table 7 in the paper: https://arxiv.org/abs/2401.15077