]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Introduce llama-tools-server package
authorMathieu Baudier <redacted>
Mon, 29 Dec 2025 10:57:50 +0000 (11:57 +0100)
committerMathieu Baudier <redacted>
Mon, 29 Dec 2025 11:01:29 +0000 (12:01 +0100)
debian/control
debian/llama.cpp-tools-server.bash-completion [new file with mode: 0644]
debian/llama.cpp-tools-server.install [new file with mode: 0644]

index c82bdda180df6d436608aa54df14e9f291224d9d..bc597affa8b0aad11923e84d988b424ade56b647 100644 (file)
@@ -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 (file)
index 0000000..d8bf4e0
--- /dev/null
@@ -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 (file)
index 0000000..8ba163d
--- /dev/null
@@ -0,0 +1,2 @@
+/usr/bin/llama-server
+/usr/libexec/*/ggml/llama-server