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:
|
|
|
|
|
|
|
|
|
|
- https://github.com/ggerganov/llama.cpp/pull/2926
|
|
|
|
|
- https://github.com/ggerganov/llama.cpp/pull/3624
|
2024-03-05 03:24:00 +09:00
|
|
|
- https://github.com/ggerganov/llama.cpp/pull/5625
|