aboutsummaryrefslogtreecommitdiff
path: root/llama.cpp/examples/speculative/README.md
blob: 36ab3708629d2f0a59960e6f2c8764a7530b542b (plain)
1
2
3
4
5
6
7
8
9
# llama.cpp/examples/speculative

Demonstration of speculative decoding and tree-based speculative decoding techniques

More info:

- https://github.com/ggml-org/llama.cpp/pull/2926
- https://github.com/ggml-org/llama.cpp/pull/3624
- https://github.com/ggml-org/llama.cpp/pull/5625