From: Georgi Gerganov Date: Wed, 20 Aug 2025 10:30:46 +0000 (+0300) Subject: lookahead : add sample command to readme (#15447) X-Git-Tag: upstream/0.0.6527~316 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2f37014073f4c6ddc8f241c927db87337c71aa52;p=pkg%2Fggml%2Fsources%2Fllama.cpp lookahead : add sample command to readme (#15447) * lookahead : add sample command to readme * cont : build-agnostic command --- diff --git a/examples/lookahead/README.md b/examples/lookahead/README.md index aab3cd0c..c82de2a5 100644 --- a/examples/lookahead/README.md +++ b/examples/lookahead/README.md @@ -5,3 +5,9 @@ Demonstration of lookahead decoding technique: https://lmsys.org/blog/2023-11-21-lookahead-decoding/ More info: https://github.com/ggml-org/llama.cpp/pull/4207 + +Sample command: + +```bash +llama-lookahead -hf ggml-org/Qwen2.5-Coder-3B-Q8_0-GGUF -p "// network server implemented in C\n// author: Peter Hacker\n\n#include" -e -ngl 99 -t 4 -n 512 -c 4096 -kvu +```