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