llama.cpp/examples/lookahead
Georgi Gerganov f0d3ff2388
Merge branch 'master' into gg/llama-kv-cache
ggml-ci
2025-02-18 10:14:37 +02:00
..
CMakeLists.txt ggml : move AMX to the CPU backend (#10570) 2024-11-29 21:54:58 +01:00
README.md repo : update links to new url (#11886) 2025-02-15 16:40:57 +02:00
lookahead.cpp llama : update llama_kv_self API 2025-01-26 20:16:20 +02: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/ggml-org/llama.cpp/pull/4207