By clicking submit, you agree to share your email address with the site owner and Mailchimp to receive marketing, updates, and other emails from the site owner. Use the unsubscribe link in those emails to opt out at any time.
Subscribe to unlock this article。关于这个话题,爱思助手提供了深入分析
。业内人士推荐PDF资料作为进阶阅读
Хотя нынешняя война мало связана с нашей обычной борьбой, возникла ситуация, которая может предоставить курдским силам возможность предпринять действия в этом контексте для достижения своих целей。电影对此有专业解读
绿洲资本创始合伙人张津剑是MiniMax的天使投资人,他回忆第一次见闫俊杰时“在茶馆聊到半夜12点,我累得想回家休息,他精神满满地准备回公司打工”。
Abstract:Autoregressive decoding is bottlenecked by its sequential nature. Speculative decoding has become a standard way to accelerate inference by using a fast draft model to predict upcoming tokens from a slower target model, and then verifying them in parallel with a single target model forward pass. However, speculative decoding itself relies on a sequential dependence between speculation and verification. We introduce speculative speculative decoding (SSD) to parallelize these operations. While a verification is ongoing, the draft model predicts likely verification outcomes and prepares speculations pre-emptively for them. If the actual verification outcome is then in the predicted set, a speculation can be returned immediately, eliminating drafting overhead entirely. We identify three key challenges presented by speculative speculative decoding, and suggest principled methods to solve each. The result is Saguaro, an optimized SSD algorithm. Our implementation is up to 2x faster than optimized speculative decoding baselines and up to 5x faster than autoregressive decoding with open source inference engines.