mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 13:30:35 +00:00
0a4ce78681
* common : Changed tuple to struct (TODO fix) Use struct `llama_init_result` to replace the previous std::tuple<struct llama_model *, struct llama_context *> * delete llama_init_default_params() * delete the extra whitespace |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
lookahead.cpp | ||
README.md |
llama.cpp/examples/lookahead
Demonstration of lookahead decoding technique: