llama.cpp/examples/lookahead
2025-05-20 16:13:16 +03:00
..
CMakeLists.txt ggml : move AMX to the CPU backend (#10570) 2024-11-29 21:54:58 +01:00
lookahead.cpp llama : remove llama_kv_cache_view API + remove deprecated (#13653) 2025-05-20 16:13:16 +03:00
README.md repo : update links to new url (#11886) 2025-02-15 16:40:57 +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/ggml-org/llama.cpp/pull/4207