llama.cpp/examples/lookahead/README.md
2023-11-29 11:00:17 +02:00

8 lines
195 B
Markdown

# 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