From: Mathieu Baudier Date: Mon, 29 Dec 2025 10:57:50 +0000 (+0100) Subject: Introduce llama-tools-server package X-Git-Tag: debian/0.0.7599-1~11 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=e08a3163252ebbcdc56c42443c9822ddd9e34b0e;p=pkg%2Fggml%2Fsources%2Fllama.cpp Introduce llama-tools-server package --- diff --git a/debian/control b/debian/control index c82bdda1..bc597aff 100644 --- a/debian/control +++ b/debian/control @@ -71,6 +71,15 @@ Depends: libmtmd0 (= ${binary:Version}), Description: Inference of large language models in pure C/C++ (multimodal tools) llama-mtmd-cli: multimodal support. +Package: llama.cpp-tools-server +Architecture: any +Depends: libmtmd0 (= ${binary:Version}), + curl, + ${misc:Depends}, + ${shlibs:Depends}, +Description: Inference of large language models in pure C/C++ (server tools) + llama-server: HTTP server support. + Package: libllama-dev Section: libdevel Architecture: any diff --git a/debian/llama.cpp-tools-server.bash-completion b/debian/llama.cpp-tools-server.bash-completion new file mode 100644 index 00000000..d8bf4e02 --- /dev/null +++ b/debian/llama.cpp-tools-server.bash-completion @@ -0,0 +1 @@ +completions/llama-server diff --git a/debian/llama.cpp-tools-server.install b/debian/llama.cpp-tools-server.install new file mode 100644 index 00000000..8ba163d5 --- /dev/null +++ b/debian/llama.cpp-tools-server.install @@ -0,0 +1,2 @@ +/usr/bin/llama-server +/usr/libexec/*/ggml/llama-server