1
0
mirror of https://github.com/ggerganov/llama.cpp.git synced 2025-01-20 00:31:15 +01:00
llama.cpp/examples/lookahead/README.md

8 lines
195 B
Markdown
Raw Normal View History

2023-11-29 10:00:17 +01:00
# llama.cpp/examples/lookahead
Demonstration of lookahead decoding technique:
2023-11-29 10:00:17 +01:00
https://lmsys.org/blog/2023-11-21-lookahead-decoding/
More info: https://github.com/ggerganov/llama.cpp/pull/4207