summaryrefslogtreecommitdiff
path: root/examples/speculative/README.md
blob: 814efa592d94fabca1b184d8f699c557558b5b07 (plain)
1
2
3
4
5
6
7
8
# llama.cpp/examples/speculative

Demonstration of speculative decoding and tree-based speculative decoding techniques

More info:

- https://github.com/ggerganov/llama.cpp/pull/2926
- https://github.com/ggerganov/llama.cpp/pull/3624