File size: 195 Bytes
61b850a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# llama.cpp/examples/lookahead

Demonstration of lookahead decoding technique:

https://lmsys.org/blog/2023-11-21-lookahead-decoding/

More info: https://github.com/ggerganov/llama.cpp/pull/4207