llama.cpp/examples/speculative/README.md

9 lines
234 B
Markdown
Raw Normal View History

2023-11-29 10:00:17 +01:00
# llama.cpp/examples/speculative
Demonstration of speculative decoding and tree-based speculative decoding techniques
2023-11-29 10:00:17 +01:00
More info:
- https://github.com/ggerganov/llama.cpp/pull/2926
- https://github.com/ggerganov/llama.cpp/pull/3624