blob: a6608c5fe8e3adf7fdaa2fda4e822df2631b033f (
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/ggerganov/llama.cpp/pull/2926
- https://github.com/ggerganov/llama.cpp/pull/3624
- https://github.com/ggerganov/llama.cpp/pull/5625
 |