]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Add llama-completion tool
authorMathieu Baudier <redacted>
Mon, 29 Dec 2025 17:22:45 +0000 (18:22 +0100)
committerMathieu Baudier <redacted>
Mon, 29 Dec 2025 17:22:45 +0000 (18:22 +0100)
debian/llama.cpp-tools.bash-completion
debian/llama.cpp-tools.install

index 432aa94083ef0f55e8c9c0104682c689586c5047..96e8acf0c0cb4a7df1b61fee29d71247bbb6d19c 100644 (file)
@@ -1,3 +1,4 @@
-completions/llama-cli
+completions/llama-completion
 # completions/llama-quantize does not actually use these options
 completions/llama-bench
+completions/llama-mtmd-cli
index eaed1f25cffafebca689f8fcee6c0035a56ffc8c..076331045bd4bf754ed35414fa87bafd0ad8c489 100644 (file)
@@ -1,5 +1,5 @@
-/usr/bin/llama-cli
-/usr/libexec/*/ggml/llama-cli
+/usr/bin/llama-completion
+/usr/libexec/*/ggml/llama-completion
 
 /usr/bin/llama-quantize
 /usr/libexec/*/ggml/llama-quantize
@@ -7,5 +7,8 @@
 /usr/bin/llama-bench
 /usr/libexec/*/ggml/llama-bench
 
+/usr/bin/llama-cli
+/usr/libexec/*/ggml/llama-cli
+
 /usr/bin/llama-mtmd-cli
 /usr/libexec/*/ggml/llama-mtmd-cli