llama.cpp/examples/lookahead
2024-06-08 14:05:34 +01:00
..
CMakeLists.txt prefix more cmake targets w/ llama- 2024-06-08 14:05:34 +01:00
lookahead.cpp common : refactor cli arg parsing (#7675) 2024-06-04 21:23:39 +03:00
README.md english : use typos to fix comments and logs (#4354) 2023-12-12 11:53:36 +02:00

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