Georgi Gerganov f66f582927 llama : refactor `src/llama.cpp` (#10902) 1 год назад
..
CMakeLists.txt 7cc2d2c889 ggml : move AMX to the CPU backend (#10570) 1 год назад
README.md 9494d7c477 english : use `typos` to fix comments and logs (#4354) 2 лет назад
lookahead.cpp f66f582927 llama : refactor `src/llama.cpp` (#10902) 1 год назад

README.md

llama.cpp/examples/lookahead

Demonstration of lookahead decoding technique:

https://lmsys.org/blog/2023-11-21-lookahead-decoding/

More info: https://github.com/ggerganov/llama.cpp/pull/4207