]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
lookahead : add sample command to readme (#15447)
authorGeorgi Gerganov <redacted>
Wed, 20 Aug 2025 10:30:46 +0000 (13:30 +0300)
committerGitHub <redacted>
Wed, 20 Aug 2025 10:30:46 +0000 (13:30 +0300)
* lookahead : add sample command to readme

* cont : build-agnostic command

examples/lookahead/README.md

index aab3cd0ca49b9fae016121526c9e80f68389a7ce..c82de2a5a97155b1d5732076dda59c2d9c208a33 100644 (file)
@@ -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
+```