]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Explicitly conflict with Debian official
authorMathieu Baudier <redacted>
Mon, 23 Jun 2025 12:01:07 +0000 (14:01 +0200)
committerMathieu Baudier <redacted>
Mon, 23 Jun 2025 12:01:07 +0000 (14:01 +0200)
debian/control

index 93075afdbf01b5ffb415308824bfdaeaec320c74..b6da3e1d483ec43dea7a6a90c095d3157eaf1260 100644 (file)
@@ -20,6 +20,8 @@ Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends},
  libggml0
+# Explicitly conflict with Debian official
+Conflicts: llama.cpp
 Description: Inference of large language models in pure C/C++ (shared library)
  llama.cpp leverages the ggml tensor library in order to run
  large language models (LLMs) provided in the GGUF file format.