blob: a69a471b47d397c2318787df77081066903a87d6 (
plain)
1
2
3
4
5
6
7
|
# 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
|