diff options
Diffstat (limited to 'examples/lookahead')
-rw-r--r-- | examples/lookahead/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/lookahead/README.md b/examples/lookahead/README.md new file mode 100644 index 00000000..252a6689 --- /dev/null +++ b/examples/lookahead/README.md @@ -0,0 +1,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 |