llama.cpp/examples/speculative/README.md
2023-11-29 11:00:17 +02:00

9 lines
234 B
Markdown

# llama.cpp/examples/speculative
Demonstartion 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