llama.cpp/examples/lookahead
Francis Couture-Harpin 10c3c419e9 Merge branch 'master' into compilade/refactor-kv-cache 2024-06-30 16:04:57 -04:00
..
CMakeLists.txt `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 2024-06-13 00:41:52 +01:00
README.md english : use `typos` to fix comments and logs (#4354) 2023-12-12 11:53:36 +02:00
lookahead.cpp examples : replace llama_kv_cache_seq_* with llama_past_seq_* 2024-06-11 23:27:04 -04: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