2023-11-29 11:00:17 +02:00
|
|
|
# llama.cpp/examples/speculative
|
|
|
|
|
|
2023-12-12 01:53:36 -08:00
|
|
|
Demonstration of speculative decoding and tree-based speculative decoding techniques
|
2023-11-29 11:00:17 +02:00
|
|
|
|
|
|
|
|
More info:
|
|
|
|
|
|
2025-02-15 16:40:57 +02:00
|
|
|
- https://github.com/ggml-org/llama.cpp/pull/2926
|
|
|
|
|
- https://github.com/ggml-org/llama.cpp/pull/3624
|
|
|
|
|
- https://github.com/ggml-org/llama.cpp/pull/5625
|