llama.cpp/examples/lookahead
Georgi Gerganov 3750706962
llama : add llama_token_is_eog()
ggml-ci
2024-04-20 16:52:03 +03:00
..
CMakeLists.txt lookahead : add example for lookahead decoding (#4207) 2023-11-26 20:33:07 +02:00
README.md english : use `typos` to fix comments and logs (#4354) 2023-12-12 11:53:36 +02:00
lookahead.cpp llama : add llama_token_is_eog() 2024-04-20 16:52:03 +03:00

README.md

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