llama.cpp/examples/lookahead
2023-11-29 11:00:17 +02:00
..
CMakeLists.txt lookahead : add example for lookahead decoding (#4207) 2023-11-26 20:33:07 +02:00
lookahead.cpp lookahead : support -n -1 infinite generation 2023-11-26 21:52:23 +02:00
README.md examples : add readme files 2023-11-29 11:00:17 +02:00

llama.cpp/examples/lookahead

Demonstartion of lookahead decoding technique:

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

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