Dynamic Depth Decoding: Faster Speculative Decoding for LLMs

Oscar Brown,Zhengjie Wang,Andrea Do,Nikhil Mathew,Cheng Yu
2024-08-30
Abstract:The acceleration of Large Language Models (LLMs) with speculative decoding provides a significant runtime improvement without any loss of accuracy. Currently, EAGLE-2 is the state-of-the-art speculative decoding method, improving on EAGLE with a dynamic draft tree. We introduce Dynamic Depth Decoding (DDD), which optimises EAGLE-2's tree drafting method using a dynamic depth. This extends the average speedup that EAGLE-2 achieves over EAGLE by $44\%$, giving DDD an average speedup of $3.16$x.
Computation and Language,Artificial Intelligence
What problem does this paper attempt to address?