1# llama.cpp/examples/speculative
2
3Demonstration of speculative decoding and tree-based speculative decoding techniques
4
5More info:
6
7- https://github.com/ggml-org/llama.cpp/pull/2926
8- https://github.com/ggml-org/llama.cpp/pull/3624
9- https://github.com/ggml-org/llama.cpp/pull/5625