Lookahead Decoding
Lookahead Decoding is a parallel decoding algorithm for accelerating inference in large language models, introduced in November 2023 by Yichao Fu, Peter Bailis, Ion Stoica, and Hao Zhang from the Hao AI Lab at…
Explore Algorithms through related topics and the articles other pages reference most.
Articles that also belong to these categories. Counts cover all of Algorithms.
Showing 1-2 of 2 articles
Lookahead Decoding is a parallel decoding algorithm for accelerating inference in large language models, introduced in November 2023 by Yichao Fu, Peter Bailis, Ion Stoica, and Hao Zhang from the Hao AI Lab at…
Top-k sampling is a decoding strategy for autoregressive language models that restricts each generation step to the k most probable next tokens.