llama.cpp/examples/lookahead
Georgi Gerganov e42839382e
examples : fix
ggml-ci
2024-12-23 11:46:51 +02:00
..
CMakeLists.txt ggml : move AMX to the CPU backend (#10570) 2024-11-29 21:54:58 +01:00
lookahead.cpp examples : fix 2024-12-23 11:46:51 +02: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