blob: 252a6689ef52857370ff424ae7b5e95916618f77 (
plain)
1
2
3
4
5
6
7
|
# llama.cpp/examples/lookahead
Demonstartion of lookahead decoding technique:
https://lmsys.org/blog/2023-11-21-lookahead-decoding/
More info: https://github.com/ggerganov/llama.cpp/pull/4207
|