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