Debian NEW package overview for llama.cpp
llama.cpp_5882+dfsg-3~exp1_amd64.changes (click to toggle)
Format:1.8
Date:Mon, 14 Jul 2025 17:17:43 +0200
Source:llama.cpp
Binary:libllama-dev libllama0 libllama0-dbgsym llama.cpp llama.cpp-examples llama.cpp-examples-dbgsym llama.cpp-tests llama.cpp-tests-dbgsym llama.cpp-tools llama.cpp-tools-dbgsym llama.cpp-tools-extra llama.cpp-tools-extra-dbgsym python3-gguf
Architecture:source amd64 all
Version:5882+dfsg-3~exp1
Distribution:experimental
Urgency:medium
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Changed-By:Christian Kastner <ckk@debian.org>
Description:
libllama-dev - LLM inference in C/C++ - headers and development files
libllama0  - LLM inference in C/C++ - libraries
llama.cpp  - LLM inference in C/C++ - metapackage
llama.cpp-examples - LLM inference in C/C++ - example programs
llama.cpp-tests - LLM inference in C/C++ - tests
llama.cpp-tools - LLM inference in C/C++ - main utilities
llama.cpp-tools-extra - LLM inference in C/C++ - extra utilities
python3-gguf - Python library for working with GGUF files
Changes:
llama.cpp (5882+dfsg-3~exp1) experimental; urgency=medium

  * Split llama.cpp package into subpackages
  * Build new package python3-gguf

  * d/rules: Pass in LLAMA_BUILD_{NUMBER,COMMIT}
  * Add gguf-py-depends-on-the-requests-library.patch
  * Add Add-soversion-to-libraries.patch
  * Rename private directories llama.cpp -> llama
  * Improve llama-server theme handling
  * Generate manpages using help2man
Files:
382d13b2c1798bd98792cf69b1a9916b 2759 science optional llama.cpp_5882+dfsg-3~exp1.dsc
364c120d08f8d98985a5f7151b55b1dd 5040284 science optional llama.cpp_5882+dfsg.orig.tar.xz
4843d19604f298067354a9fed9de5c2d 11896 science optional llama.cpp_5882+dfsg-3~exp1.debian.tar.xz
a4065658d367cbc0c97d3e3f9598c1bc 26300 science optional libllama-dev_5882+dfsg-3~exp1_amd64.deb
da8eee695c4b05254ff3831193cdf621 10780960 debug optional libllama0-dbgsym_5882+dfsg-3~exp1_amd64.deb
2e5556185755d5822da1e3f3ee1c5aee 747456 science optional libllama0_5882+dfsg-3~exp1_amd64.deb
e334c9953312c0a0a07c1a23efe31389 153654356 debug optional llama.cpp-examples-dbgsym_5882+dfsg-3~exp1_amd64.deb
5250c19fc447310880910c6b43970dd4 2981120 science optional llama.cpp-examples_5882+dfsg-3~exp1_amd64.deb
c0c847779b459c5773a62fbb08cffe1d 52257064 debug optional llama.cpp-tests-dbgsym_5882+dfsg-3~exp1_amd64.deb
d0e5dde6b00523051c13464f7a51ad2b 1504436 science optional llama.cpp-tests_5882+dfsg-3~exp1_amd64.deb
eb85c9ae6c6e9c4bc5c22b804cf47217 27264172 debug optional llama.cpp-tools-dbgsym_5882+dfsg-3~exp1_amd64.deb
a02e762ffb64dea486ccdf6002132cb1 77553992 debug optional llama.cpp-tools-extra-dbgsym_5882+dfsg-3~exp1_amd64.deb
8a6115c17889b59d184408e19ba8e5bf 1757620 science optional llama.cpp-tools-extra_5882+dfsg-3~exp1_amd64.deb
fbe0163e3eb4df195d2312a6cba01447 2214060 science optional llama.cpp-tools_5882+dfsg-3~exp1_amd64.deb
a4910c9580284c5cc2ae9e571dcba0ea 6624 science optional llama.cpp_5882+dfsg-3~exp1_all.deb
e01a39b16c80d96507d16b913c5ae9f7 12742 science optional llama.cpp_5882+dfsg-3~exp1_amd64.buildinfo
20024febc039e5fc9dfc6b699a768202 83260 science optional python3-gguf_5882+dfsg-3~exp1_all.deb
control file for libllama-dev_5882+dfsg-3~exp1_amd64.deb (click to toggle)
Package:libllama-dev
Source:llama.cpp
Version:5882+dfsg-3~exp1
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:126
Depends:libllama0 (=5882+dfsg-3~exp1)
Breaks:llama.cpp (<< 5882+dfsg-3~exp1)
Replaces:llama.cpp (<< 5882+dfsg-3~exp1)
Section:science
Priority:optional
Multi-Arch:same
Homepage:https://github.com/ggml-org/llama.cpp/
Description:
LLM inference in C/C++ - headers and development files
 The main goal of llama.cpp is to enable LLM inference with minimal setup and
 state-of-the-art performance on a wide range of hardware - locally and in the
 cloud.
 .
  * Plain C/C++ implementation without any dependencies
  * Apple silicon is a first-class citizen - optimized via ARM NEON, Accelerate
    and Metal frameworks
  * AVX, AVX2, AVX512 and AMX support for x86 architectures
  * 1.5-bit, 2-bit, 3-bit, 4-bit, 5-bit, 6-bit, and 8-bit integer quantization
    for faster inference and reduced memory use
  * Custom CUDA kernels for running LLMs on NVIDIA GPUs (support for AMD GPUs
    via HIP and Moore Threads MTT GPUs via MUSA)
  * Vulkan and SYCL backend support
  * CPU+GPU hybrid inference to partially accelerate models larger than the
    total VRAM capacity
 .
 The compute functionality is provided by ggml. By default, ggml's CPU backend
 is installed, but there are many other backends for CPUs and GPUs.
 .
 This package provides the llama.cpp library headers and development files.
 Note that these libraries are not yet stable, so they are installed to
 private directories for now.
lintian 2.116.3 check for libllama-dev_5882+dfsg-3~exp1_amd64.deb (click to toggle)
contents of libllama-dev_5882+dfsg-3~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-07-14 15:17 ./
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/include/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/include/llama/
-rw-r--r-- root/root       900 2025-07-12 13:31 ./usr/include/llama/llama-cpp.h
-rw-r--r-- root/root     73795 2025-07-12 13:31 ./usr/include/llama/llama.h
-rw-r--r-- root/root      3961 2025-07-12 13:31 ./usr/include/llama/mtmd-helper.h
-rw-r--r-- root/root     11008 2025-07-12 13:31 ./usr/include/llama/mtmd.h
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/x86_64-linux-gnu/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/x86_64-linux-gnu/llama/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/x86_64-linux-gnu/llama/cmake-private/
-rw-r--r-- root/root      2177 2025-07-14 15:17 ./usr/lib/x86_64-linux-gnu/llama/cmake-private/llama-config.cmake
-rw-r--r-- root/root      2771 2025-07-14 15:17 ./usr/lib/x86_64-linux-gnu/llama/cmake-private/llama-version.cmake
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/x86_64-linux-gnu/llama/pkgconfig/
-rw-r--r-- root/root       266 2025-07-14 15:17 ./usr/lib/x86_64-linux-gnu/llama/pkgconfig/llama.pc
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/libllama-dev/
-rw-r--r-- root/root      1397 2025-07-14 15:17 ./usr/share/doc/libllama-dev/changelog.Debian.gz
-rw-r--r-- root/root     13007 2025-07-14 15:17 ./usr/share/doc/libllama-dev/copyright
lrwxrwxrwx root/root         0 2025-07-14 15:17 ./usr/lib/x86_64-linux-gnu/llama/libllama.so -> libllama.so.0
lrwxrwxrwx root/root         0 2025-07-14 15:17 ./usr/lib/x86_64-linux-gnu/llama/libmtmd.so -> libmtmd.so.0
control file for libllama0_5882+dfsg-3~exp1_amd64.deb (click to toggle)
Package:libllama0
Source:llama.cpp
Version:5882+dfsg-3~exp1
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:2508
Depends:libggml-cpu (>=0.0~git20250712) | libggml-backend (>=0.0~git20250712), libggml-cpu (<<0.0~git20250713) | libggml-backend (<<0.0~git20250713), python3, libc6 (>=2.38), libgcc-s1 (>=3.0), libstdc++6 (>=11)
Breaks:llama.cpp (<< 5882+dfsg-3~exp1)
Replaces:llama.cpp (<< 5882+dfsg-3~exp1)
Section:science
Priority:optional
Multi-Arch:same
Homepage:https://github.com/ggml-org/llama.cpp/
Description:
LLM inference in C/C++ - libraries
 The main goal of llama.cpp is to enable LLM inference with minimal setup and
 state-of-the-art performance on a wide range of hardware - locally and in the
 cloud.
 .
  * Plain C/C++ implementation without any dependencies
  * Apple silicon is a first-class citizen - optimized via ARM NEON, Accelerate
    and Metal frameworks
  * AVX, AVX2, AVX512 and AMX support for x86 architectures
  * 1.5-bit, 2-bit, 3-bit, 4-bit, 5-bit, 6-bit, and 8-bit integer quantization
    for faster inference and reduced memory use
  * Custom CUDA kernels for running LLMs on NVIDIA GPUs (support for AMD GPUs
    via HIP and Moore Threads MTT GPUs via MUSA)
  * Vulkan and SYCL backend support
  * CPU+GPU hybrid inference to partially accelerate models larger than the
    total VRAM capacity
 .
 The compute functionality is provided by ggml. By default, ggml's CPU backend
 is installed, but there are many other backends for CPUs and GPUs.
 .
 This package contains the libllama and libmtmd libraries. Note that these
 libraries are not yet stable, so they are installed to private directories
 for now.
lintian 2.116.3 check for libllama0_5882+dfsg-3~exp1_amd64.deb (click to toggle)
contents of libllama0_5882+dfsg-3~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-07-14 15:17 ./
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/x86_64-linux-gnu/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/x86_64-linux-gnu/llama/
-rw-r--r-- root/root   1983928 2025-07-14 15:17 ./usr/lib/x86_64-linux-gnu/llama/libllama.so.0.0.5882
-rw-r--r-- root/root    551880 2025-07-14 15:17 ./usr/lib/x86_64-linux-gnu/llama/libmtmd.so.0.0.5882
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/libllama0/
-rw-r--r-- root/root      1397 2025-07-14 15:17 ./usr/share/doc/libllama0/changelog.Debian.gz
-rw-r--r-- root/root     13007 2025-07-14 15:17 ./usr/share/doc/libllama0/copyright
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/lintian/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       252 2025-07-14 15:17 ./usr/share/lintian/overrides/libllama0
lrwxrwxrwx root/root         0 2025-07-14 15:17 ./usr/lib/x86_64-linux-gnu/llama/libllama.so.0 -> libllama.so.0.0.5882
lrwxrwxrwx root/root         0 2025-07-14 15:17 ./usr/lib/x86_64-linux-gnu/llama/libmtmd.so.0 -> libmtmd.so.0.0.5882
control file for libllama0-dbgsym_5882+dfsg-3~exp1_amd64.deb (click to toggle)
Package:libllama0-dbgsym
Source:llama.cpp
Version:5882+dfsg-3~exp1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:10946
Depends:libllama0 (=5882+dfsg-3~exp1)
Section:debug
Priority:optional
Multi-Arch:same
Description:
debug symbols for libllama0
Build-Ids:132dd5e674607aa67a4c56ff965e9016451f486f 43983f406d92711c79a8c144aada2a653959df40
lintian 2.116.3 check for libllama0-dbgsym_5882+dfsg-3~exp1_amd64.deb (click to toggle)
contents of libllama0-dbgsym_5882+dfsg-3~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-07-14 15:17 ./
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/13/
-rw-r--r-- root/root   9478664 2025-07-14 15:17 ./usr/lib/debug/.build-id/13/2dd5e674607aa67a4c56ff965e9016451f486f.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/43/
-rw-r--r-- root/root   1647808 2025-07-14 15:17 ./usr/lib/debug/.build-id/43/983f406d92711c79a8c144aada2a653959df40.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.dwz/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.dwz/x86_64-linux-gnu/
-rw-r--r-- root/root     67208 2025-07-14 15:17 ./usr/lib/debug/.dwz/x86_64-linux-gnu/libllama0.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-07-14 15:17 ./usr/share/doc/libllama0-dbgsym -> libllama0
control file for llama.cpp-examples_5882+dfsg-3~exp1_amd64.deb (click to toggle)
Package:llama.cpp-examples
Source:llama.cpp
Version:5882+dfsg-3~exp1
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:27870
Depends:llama.cpp-tools (=5882+dfsg-3~exp1), libc6 (>=2.38), libcurl4t64 (>=7.16.2), libgcc-s1 (>=3.0), libllama0 (>=5882+dfsg), libstdc++6 (>=14)
Breaks:llama.cpp (<< 5882+dfsg-3~exp1)
Replaces:llama.cpp (<< 5882+dfsg-3~exp1)
Section:science
Priority:optional
Multi-Arch:foreign
Homepage:https://github.com/ggml-org/llama.cpp/
Description:
LLM inference in C/C++ - example programs
 The main goal of llama.cpp is to enable LLM inference with minimal setup and
 state-of-the-art performance on a wide range of hardware - locally and in the
 cloud.
 .
  * Plain C/C++ implementation without any dependencies
  * Apple silicon is a first-class citizen - optimized via ARM NEON, Accelerate
    and Metal frameworks
  * AVX, AVX2, AVX512 and AMX support for x86 architectures
  * 1.5-bit, 2-bit, 3-bit, 4-bit, 5-bit, 6-bit, and 8-bit integer quantization
    for faster inference and reduced memory use
  * Custom CUDA kernels for running LLMs on NVIDIA GPUs (support for AMD GPUs
    via HIP and Moore Threads MTT GPUs via MUSA)
  * Vulkan and SYCL backend support
  * CPU+GPU hybrid inference to partially accelerate models larger than the
    total VRAM capacity
 .
 The compute functionality is provided by ggml. By default, ggml's CPU backend
 is installed, but there are many other backends for CPUs and GPUs.
 .
 This package contains utilities that usptream ships as examples.
lintian 2.116.3 check for llama.cpp-examples_5882+dfsg-3~exp1_amd64.deb (click to toggle)
contents of llama.cpp-examples_5882+dfsg-3~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-07-14 15:17 ./
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/bin/
-rwxr-xr-x root/root   1736216 2025-07-14 15:17 ./usr/bin/llama-batched
-rwxr-xr-x root/root    286152 2025-07-14 15:17 ./usr/bin/llama-convert-llama2c-to-ggml
-rwxr-xr-x root/root   1744408 2025-07-14 15:17 ./usr/bin/llama-embedding
-rwxr-xr-x root/root   1740312 2025-07-14 15:17 ./usr/bin/llama-eval-callback
-rwxr-xr-x root/root   1736216 2025-07-14 15:17 ./usr/bin/llama-finetune
-rwxr-xr-x root/root   1736216 2025-07-14 15:17 ./usr/bin/llama-gen-docs
-rwxr-xr-x root/root     22936 2025-07-14 15:17 ./usr/bin/llama-gguf
-rwxr-xr-x root/root     72096 2025-07-14 15:17 ./usr/bin/llama-gguf-hash
-rwxr-xr-x root/root   1744408 2025-07-14 15:17 ./usr/bin/llama-gritlm
-rwxr-xr-x root/root   1744408 2025-07-14 15:17 ./usr/bin/llama-lookahead
-rwxr-xr-x root/root   1760792 2025-07-14 15:17 ./usr/bin/llama-lookup
-rwxr-xr-x root/root   1748504 2025-07-14 15:17 ./usr/bin/llama-lookup-create
-rwxr-xr-x root/root     51608 2025-07-14 15:17 ./usr/bin/llama-lookup-merge
-rwxr-xr-x root/root   1752600 2025-07-14 15:17 ./usr/bin/llama-lookup-stats
-rwxr-xr-x root/root   1748504 2025-07-14 15:17 ./usr/bin/llama-parallel
-rwxr-xr-x root/root   1740312 2025-07-14 15:17 ./usr/bin/llama-passkey
-rwxr-xr-x root/root   1748504 2025-07-14 15:17 ./usr/bin/llama-retrieval
-rwxr-xr-x root/root   1740312 2025-07-14 15:17 ./usr/bin/llama-save-load-state
-rwxr-xr-x root/root     22864 2025-07-14 15:17 ./usr/bin/llama-simple
-rwxr-xr-x root/root     22872 2025-07-14 15:17 ./usr/bin/llama-simple-chat
-rwxr-xr-x root/root   1760792 2025-07-14 15:17 ./usr/bin/llama-speculative
-rwxr-xr-x root/root   1744408 2025-07-14 15:17 ./usr/bin/llama-speculative-simple
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/llama.cpp-examples/
-rw-r--r-- root/root      1397 2025-07-14 15:17 ./usr/share/doc/llama.cpp-examples/changelog.Debian.gz
-rw-r--r-- root/root     13007 2025-07-14 15:17 ./usr/share/doc/llama.cpp-examples/copyright
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/lintian/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       270 2025-07-14 15:17 ./usr/share/lintian/overrides/llama.cpp-examples
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/man/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/man/man1/
-rw-r--r-- root/root      5147 2025-07-14 15:17 ./usr/share/man/man1/llama-batched.1.gz
-rw-r--r-- root/root       504 2025-07-14 15:17 ./usr/share/man/man1/llama-convert-llama2c-to-ggml.1.gz
-rw-r--r-- root/root      5539 2025-07-14 15:17 ./usr/share/man/man1/llama-embedding.1.gz
-rw-r--r-- root/root      5089 2025-07-14 15:17 ./usr/share/man/man1/llama-eval-callback.1.gz
-rw-r--r-- root/root      5448 2025-07-14 15:17 ./usr/share/man/man1/llama-finetune.1.gz
-rw-r--r-- root/root       398 2025-07-14 15:17 ./usr/share/man/man1/llama-gguf-hash.1.gz
-rw-r--r-- root/root       250 2025-07-14 15:17 ./usr/share/man/man1/llama-gguf.1.gz
-rw-r--r-- root/root      5078 2025-07-14 15:17 ./usr/share/man/man1/llama-gritlm.1.gz
-rw-r--r-- root/root      5084 2025-07-14 15:17 ./usr/share/man/man1/llama-lookahead.1.gz
-rw-r--r-- root/root      5307 2025-07-14 15:17 ./usr/share/man/man1/llama-lookup-create.1.gz
-rw-r--r-- root/root       273 2025-07-14 15:17 ./usr/share/man/man1/llama-lookup-merge.1.gz
-rw-r--r-- root/root      5306 2025-07-14 15:17 ./usr/share/man/man1/llama-lookup-stats.1.gz
-rw-r--r-- root/root      5298 2025-07-14 15:17 ./usr/share/man/man1/llama-lookup.1.gz
-rw-r--r-- root/root      5164 2025-07-14 15:17 ./usr/share/man/man1/llama-parallel.1.gz
-rw-r--r-- root/root      5261 2025-07-14 15:17 ./usr/share/man/man1/llama-passkey.1.gz
-rw-r--r-- root/root      5397 2025-07-14 15:17 ./usr/share/man/man1/llama-retrieval.1.gz
-rw-r--r-- root/root      5094 2025-07-14 15:17 ./usr/share/man/man1/llama-save-load-state.1.gz
-rw-r--r-- root/root       269 2025-07-14 15:17 ./usr/share/man/man1/llama-simple-chat.1.gz
-rw-r--r-- root/root       259 2025-07-14 15:17 ./usr/share/man/man1/llama-simple.1.gz
-rw-r--r-- root/root      5636 2025-07-14 15:17 ./usr/share/man/man1/llama-speculative-simple.1.gz
-rw-r--r-- root/root      5626 2025-07-14 15:17 ./usr/share/man/man1/llama-speculative.1.gz
control file for llama.cpp-examples-dbgsym_5882+dfsg-3~exp1_amd64.deb (click to toggle)
Package:llama.cpp-examples-dbgsym
Source:llama.cpp
Version:5882+dfsg-3~exp1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:162341
Depends:llama.cpp-examples (=5882+dfsg-3~exp1)
Section:debug
Priority:optional
Description:
debug symbols for llama.cpp-examples
Build-Ids:00bf52a96620d3202bf214aad372995fc14ccc65 02491d0bc39382b38e1b514ee8c7cb4a35fa9918 0a8b5459237cb72bc21cd898bf5b9e28ecc0b323 0e1ea6e0df4cd0b51f1ae97d5c2f1b90d7e93407 1c54b00c38b1f1595a51283fdbd40b53b45a09e1 2d4af6b4a3e555151facc99e7d5d0cb8d4abc1c3 3857ab1d505a7a6665cef42ca5ffd70f1b7997fa 45d9800ed536e4f7fccc6f40061a5fd1bb3a8678 4ef43a21ebb6604c4339da669402345d0f6eddc6 50c69c77f9c591051f53ed35ca0f835690538c60 6a790d7b62817233daacb8c4de9205c353c0262c 6b66b57eb17a2f2c2093701e34ee054beddbdd79 7216b58943793c3366ba8ade9fb24f0542f84aea 841893c695d376dc6ab62e014defeb2c4e39e7c6 b73a148f0875d4d27a61b3d485c4d01971f017e0 bd1249b8dfe39ddbf50505a69a1ac32cf518cd14 bd981a87177b14dedd1524502216fa30ca2a7058 bece74d32b1e23dd43370e5a7a2d28b75dfa9501 ca2282c9aa21de432a4777389b272bb1eb9b2875 e4240d47dc465527fc656b369cc1c66f91e79ab8 f1ffe9568335026f48146d4f0079b488cc009e21 ffc6b95c288f7216d68ab52de938818f86e5b3b3
lintian 2.116.3 check for llama.cpp-examples-dbgsym_5882+dfsg-3~exp1_amd64.deb (click to toggle)
contents of llama.cpp-examples-dbgsym_5882+dfsg-3~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-07-14 15:17 ./
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/00/
-rw-r--r-- root/root  10116080 2025-07-14 15:17 ./usr/lib/debug/.build-id/00/bf52a96620d3202bf214aad372995fc14ccc65.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/02/
-rw-r--r-- root/root  10164328 2025-07-14 15:17 ./usr/lib/debug/.build-id/02/491d0bc39382b38e1b514ee8c7cb4a35fa9918.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/0a/
-rw-r--r-- root/root  10141912 2025-07-14 15:17 ./usr/lib/debug/.build-id/0a/8b5459237cb72bc21cd898bf5b9e28ecc0b323.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/0e/
-rw-r--r-- root/root     56904 2025-07-14 15:17 ./usr/lib/debug/.build-id/0e/1ea6e0df4cd0b51f1ae97d5c2f1b90d7e93407.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/1c/
-rw-r--r-- root/root  10142304 2025-07-14 15:17 ./usr/lib/debug/.build-id/1c/54b00c38b1f1595a51283fdbd40b53b45a09e1.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/2d/
-rw-r--r-- root/root  10275696 2025-07-14 15:17 ./usr/lib/debug/.build-id/2d/4af6b4a3e555151facc99e7d5d0cb8d4abc1c3.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/38/
-rw-r--r-- root/root  10161320 2025-07-14 15:17 ./usr/lib/debug/.build-id/38/57ab1d505a7a6665cef42ca5ffd70f1b7997fa.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/45/
-rw-r--r-- root/root  10260200 2025-07-14 15:17 ./usr/lib/debug/.build-id/45/d9800ed536e4f7fccc6f40061a5fd1bb3a8678.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/4e/
-rw-r--r-- root/root  10134888 2025-07-14 15:17 ./usr/lib/debug/.build-id/4e/f43a21ebb6604c4339da669402345d0f6eddc6.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/50/
-rw-r--r-- root/root    198080 2025-07-14 15:17 ./usr/lib/debug/.build-id/50/c69c77f9c591051f53ed35ca0f835690538c60.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/6a/
-rw-r--r-- root/root  10241592 2025-07-14 15:17 ./usr/lib/debug/.build-id/6a/790d7b62817233daacb8c4de9205c353c0262c.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/6b/
-rw-r--r-- root/root  10195592 2025-07-14 15:17 ./usr/lib/debug/.build-id/6b/66b57eb17a2f2c2093701e34ee054beddbdd79.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/72/
-rw-r--r-- root/root  10190144 2025-07-14 15:17 ./usr/lib/debug/.build-id/72/16b58943793c3366ba8ade9fb24f0542f84aea.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/84/
-rw-r--r-- root/root  10159456 2025-07-14 15:17 ./usr/lib/debug/.build-id/84/1893c695d376dc6ab62e014defeb2c4e39e7c6.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/b7/
-rw-r--r-- root/root   1048208 2025-07-14 15:17 ./usr/lib/debug/.build-id/b7/3a148f0875d4d27a61b3d485c4d01971f017e0.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/bd/
-rw-r--r-- root/root    216168 2025-07-14 15:17 ./usr/lib/debug/.build-id/bd/1249b8dfe39ddbf50505a69a1ac32cf518cd14.debug
-rw-r--r-- root/root     60168 2025-07-14 15:17 ./usr/lib/debug/.build-id/bd/981a87177b14dedd1524502216fa30ca2a7058.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/be/
-rw-r--r-- root/root  10263688 2025-07-14 15:17 ./usr/lib/debug/.build-id/be/ce74d32b1e23dd43370e5a7a2d28b75dfa9501.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/ca/
-rw-r--r-- root/root     37344 2025-07-14 15:17 ./usr/lib/debug/.build-id/ca/2282c9aa21de432a4777389b272bb1eb9b2875.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/e4/
-rw-r--r-- root/root  10119840 2025-07-14 15:17 ./usr/lib/debug/.build-id/e4/240d47dc465527fc656b369cc1c66f91e79ab8.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/f1/
-rw-r--r-- root/root  10242112 2025-07-14 15:17 ./usr/lib/debug/.build-id/f1/ffe9568335026f48146d4f0079b488cc009e21.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/ff/
-rw-r--r-- root/root  10183144 2025-07-14 15:17 ./usr/lib/debug/.build-id/ff/c6b95c288f7216d68ab52de938818f86e5b3b3.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.dwz/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.dwz/x86_64-linux-gnu/
-rw-r--r-- root/root   1583048 2025-07-14 15:17 ./usr/lib/debug/.dwz/x86_64-linux-gnu/llama.cpp-examples.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-07-14 15:17 ./usr/share/doc/llama.cpp-examples-dbgsym -> llama.cpp-examples
control file for llama.cpp-tests_5882+dfsg-3~exp1_amd64.deb (click to toggle)
Package:llama.cpp-tests
Source:llama.cpp
Version:5882+dfsg-3~exp1
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:10069
Depends:libllama0 (=5882+dfsg-3~exp1), libc6 (>=2.38), libcurl4t64 (>=7.16.2), libgcc-s1 (>=3.0), libstdc++6 (>=14)
Breaks:llama.cpp (<< 5882+dfsg-3~exp1)
Replaces:llama.cpp (<< 5882+dfsg-3~exp1)
Section:science
Priority:optional
Multi-Arch:foreign
Homepage:https://github.com/ggml-org/llama.cpp/
Description:
LLM inference in C/C++ - tests
 The main goal of llama.cpp is to enable LLM inference with minimal setup and
 state-of-the-art performance on a wide range of hardware - locally and in the
 cloud.
 .
  * Plain C/C++ implementation without any dependencies
  * Apple silicon is a first-class citizen - optimized via ARM NEON, Accelerate
    and Metal frameworks
  * AVX, AVX2, AVX512 and AMX support for x86 architectures
  * 1.5-bit, 2-bit, 3-bit, 4-bit, 5-bit, 6-bit, and 8-bit integer quantization
    for faster inference and reduced memory use
  * Custom CUDA kernels for running LLMs on NVIDIA GPUs (support for AMD GPUs
    via HIP and Moore Threads MTT GPUs via MUSA)
  * Vulkan and SYCL backend support
  * CPU+GPU hybrid inference to partially accelerate models larger than the
    total VRAM capacity
 .
 The compute functionality is provided by ggml. By default, ggml's CPU backend
 is installed, but there are many other backends for CPUs and GPUs.
 .
 This package contains all of the test binaries, mainly for autopkgtests.
lintian 2.116.3 check for llama.cpp-tests_5882+dfsg-3~exp1_amd64.deb (click to toggle)
contents of llama.cpp-tests_5882+dfsg-3~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-07-14 15:17 ./
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/libexec/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/
-rwxr-xr-x root/root   1748496 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-arg-parser
-rwxr-xr-x root/root     14744 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-autorelease
-rwxr-xr-x root/root    560568 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-backend-ops
-rwxr-xr-x root/root     18760 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-barrier
-rwxr-xr-x root/root   1453568 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-chat
-rwxr-xr-x root/root    486864 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-chat-parser
-rwxr-xr-x root/root   1351152 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-chat-template
-rwxr-xr-x root/root     18760 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-gbnf-validator
-rwxr-xr-x root/root     67912 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-gguf
-rwxr-xr-x root/root    552400 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-grammar-integration
-rwxr-xr-x root/root     35144 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-grammar-parser
-rwxr-xr-x root/root    166304 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-json-partial
-rwxr-xr-x root/root    572896 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-json-schema-to-grammar
-rwxr-xr-x root/root     35224 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-llama-grammar
-rwxr-xr-x root/root     31128 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-log
-rwxr-xr-x root/root     14576 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-model-load-cancel
-rwxr-xr-x root/root     14576 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-mtmd-c-api
-rwxr-xr-x root/root     14744 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-quantize-fns
-rwxr-xr-x root/root     35224 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-quantize-perf
-rwxr-xr-x root/root    175560 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-quantize-stats
-rwxr-xr-x root/root    323016 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-regex-partial
-rwxr-xr-x root/root     14664 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-rope
-rwxr-xr-x root/root     43336 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-sampling
-rwxr-xr-x root/root   1740312 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-thread-safety
-rwxr-xr-x root/root    269768 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-tokenizer-0
-rwxr-xr-x root/root    253384 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-tokenizer-1-bpe
-rwxr-xr-x root/root    253384 2025-07-14 15:17 ./usr/libexec/x86_64-linux-gnu/llama.cpp-tests/test-tokenizer-1-spm
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/llama.cpp-tests/
-rw-r--r-- root/root      1397 2025-07-14 15:17 ./usr/share/doc/llama.cpp-tests/changelog.Debian.gz
-rw-r--r-- root/root     13007 2025-07-14 15:17 ./usr/share/doc/llama.cpp-tests/copyright
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/lintian/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       264 2025-07-14 15:17 ./usr/share/lintian/overrides/llama.cpp-tests
control file for llama.cpp-tests-dbgsym_5882+dfsg-3~exp1_amd64.deb (click to toggle)
Package:llama.cpp-tests-dbgsym
Source:llama.cpp
Version:5882+dfsg-3~exp1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:55403
Depends:llama.cpp-tests (=5882+dfsg-3~exp1)
Section:debug
Priority:optional
Description:
debug symbols for llama.cpp-tests
Build-Ids:0174a002104510789286bc6919aac0b0dd2c0ccb 0f2539aa5e5dbb9f7e030a5a319b1eb4b67b14e5 1958166a8c26968d2e960964341cade9ce964a7d 28b2bdb4c256f5cf7f287bf3bc600933273a2133 42e923b8dadc5b0a0b8a48cc0822607470ff8909 479b9a6fecdacd270a73154a8caf3cf6c2712ce6 4fac2bd08b01bec863ba97e61d9b463e344897eb 55d185422bdf6ddcfe7fe0f19a9bf61623c51838 78aa4685e40b17ebc4ad3762119ec864f820403d 812b170357f9fffa08c4f98216ea50477988fa0f 839bd700cb9f9cfe0c1396b7910d5a97741d7e70 8e0a3f0d37e1af8b70e1c3ffb8ae4bf9df78fac9 92d067e571f273530c498be5d8ab2aea93d433ac 954d020e1d93f5171925b0d69cdb393dde8493f5 9dd01450dd204fcedc9f917ddde8c943e55c0ba1 a71c459296cc37523cdc3e628e1b1963a48a151f ab37b8ebcadaa78bcc28fe93dfc1aff3ca4ab7f4 ac3945a48c0aab8cceb4001fc8f32e80fd4096bd afa4e0dd00bb1fce1ab346dd257abf699f2d9a5d b086ae18d2d7ba4737b4654dbb9353f3c44407e3 b9437bbf82e0843b8e306f412a5e65621e674d3a c30688de2fddf94199f6f88d76357ef7650c1efe dd3e1cc69dc9af5c1496406364f25241a04f9d88 e1d99b33babe362172368cf68eb7e2df7d4bbfd8 eb404f86e56af8e67bc87bfc980e7967f6582280 f3ee93b4500c355587718299d464818139003049 fbddf3bbb12bad592512bdb1a8549c78ed2224d4
lintian 2.116.3 check for llama.cpp-tests-dbgsym_5882+dfsg-3~exp1_amd64.deb (click to toggle)
contents of llama.cpp-tests-dbgsym_5882+dfsg-3~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-07-14 15:17 ./
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/01/
-rw-r--r-- root/root    703968 2025-07-14 15:17 ./usr/lib/debug/.build-id/01/74a002104510789286bc6919aac0b0dd2c0ccb.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/0f/
-rw-r--r-- root/root    914336 2025-07-14 15:17 ./usr/lib/debug/.build-id/0f/2539aa5e5dbb9f7e030a5a319b1eb4b67b14e5.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/19/
-rw-r--r-- root/root    767056 2025-07-14 15:17 ./usr/lib/debug/.build-id/19/58166a8c26968d2e960964341cade9ce964a7d.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/28/
-rw-r--r-- root/root    117424 2025-07-14 15:17 ./usr/lib/debug/.build-id/28/b2bdb4c256f5cf7f287bf3bc600933273a2133.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/42/
-rw-r--r-- root/root     56544 2025-07-14 15:17 ./usr/lib/debug/.build-id/42/e923b8dadc5b0a0b8a48cc0822607470ff8909.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/47/
-rw-r--r-- root/root     39384 2025-07-14 15:17 ./usr/lib/debug/.build-id/47/9b9a6fecdacd270a73154a8caf3cf6c2712ce6.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/4f/
-rw-r--r-- root/root   1011280 2025-07-14 15:17 ./usr/lib/debug/.build-id/4f/ac2bd08b01bec863ba97e61d9b463e344897eb.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/55/
-rw-r--r-- root/root   1574784 2025-07-14 15:17 ./usr/lib/debug/.build-id/55/d185422bdf6ddcfe7fe0f19a9bf61623c51838.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/78/
-rw-r--r-- root/root     22064 2025-07-14 15:17 ./usr/lib/debug/.build-id/78/aa4685e40b17ebc4ad3762119ec864f820403d.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/81/
-rw-r--r-- root/root   2785856 2025-07-14 15:17 ./usr/lib/debug/.build-id/81/2b170357f9fffa08c4f98216ea50477988fa0f.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/83/
-rw-r--r-- root/root    153512 2025-07-14 15:17 ./usr/lib/debug/.build-id/83/9bd700cb9f9cfe0c1396b7910d5a97741d7e70.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/8e/
-rw-r--r-- root/root  10214304 2025-07-14 15:17 ./usr/lib/debug/.build-id/8e/0a3f0d37e1af8b70e1c3ffb8ae4bf9df78fac9.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/92/
-rw-r--r-- root/root   3247128 2025-07-14 15:17 ./usr/lib/debug/.build-id/92/d067e571f273530c498be5d8ab2aea93d433ac.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/95/
-rw-r--r-- root/root  10170120 2025-07-14 15:17 ./usr/lib/debug/.build-id/95/4d020e1d93f5171925b0d69cdb393dde8493f5.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/9d/
-rw-r--r-- root/root     24984 2025-07-14 15:17 ./usr/lib/debug/.build-id/9d/d01450dd204fcedc9f917ddde8c943e55c0ba1.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/a7/
-rw-r--r-- root/root    918224 2025-07-14 15:17 ./usr/lib/debug/.build-id/a7/1c459296cc37523cdc3e628e1b1963a48a151f.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/ab/
-rw-r--r-- root/root     78744 2025-07-14 15:17 ./usr/lib/debug/.build-id/ab/37b8ebcadaa78bcc28fe93dfc1aff3ca4ab7f4.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/ac/
-rw-r--r-- root/root   9030080 2025-07-14 15:17 ./usr/lib/debug/.build-id/ac/3945a48c0aab8cceb4001fc8f32e80fd4096bd.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/af/
-rw-r--r-- root/root     24728 2025-07-14 15:17 ./usr/lib/debug/.build-id/af/a4e0dd00bb1fce1ab346dd257abf699f2d9a5d.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/b0/
-rw-r--r-- root/root     93328 2025-07-14 15:17 ./usr/lib/debug/.build-id/b0/86ae18d2d7ba4737b4654dbb9353f3c44407e3.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/b9/
-rw-r--r-- root/root     14152 2025-07-14 15:17 ./usr/lib/debug/.build-id/b9/437bbf82e0843b8e306f412a5e65621e674d3a.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/c3/
-rw-r--r-- root/root     12160 2025-07-14 15:17 ./usr/lib/debug/.build-id/c3/0688de2fddf94199f6f88d76357ef7650c1efe.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/dd/
-rw-r--r-- root/root   2074392 2025-07-14 15:17 ./usr/lib/debug/.build-id/dd/3e1cc69dc9af5c1496406364f25241a04f9d88.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/e1/
-rw-r--r-- root/root    119864 2025-07-14 15:17 ./usr/lib/debug/.build-id/e1/d99b33babe362172368cf68eb7e2df7d4bbfd8.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/eb/
-rw-r--r-- root/root   3070688 2025-07-14 15:17 ./usr/lib/debug/.build-id/eb/404f86e56af8e67bc87bfc980e7967f6582280.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/f3/
-rw-r--r-- root/root   7773808 2025-07-14 15:17 ./usr/lib/debug/.build-id/f3/ee93b4500c355587718299d464818139003049.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/fb/
-rw-r--r-- root/root    219336 2025-07-14 15:17 ./usr/lib/debug/.build-id/fb/ddf3bbb12bad592512bdb1a8549c78ed2224d4.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.dwz/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.dwz/x86_64-linux-gnu/
-rw-r--r-- root/root   1448888 2025-07-14 15:17 ./usr/lib/debug/.dwz/x86_64-linux-gnu/llama.cpp-tests.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-07-14 15:17 ./usr/share/doc/llama.cpp-tests-dbgsym -> llama.cpp-tests
control file for llama.cpp-tools_5882+dfsg-3~exp1_amd64.deb (click to toggle)
Package:llama.cpp-tools
Source:llama.cpp
Version:5882+dfsg-3~exp1
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:6070
Depends:libllama0 (=5882+dfsg-3~exp1), libc6 (>=2.38), libcurl4t64 (>=7.16.2), libgcc-s1 (>=3.0), libstdc++6 (>=14)
Breaks:llama.cpp (<< 5882+dfsg-3~exp1)
Replaces:llama.cpp (<< 5882+dfsg-3~exp1)
Section:science
Priority:optional
Multi-Arch:foreign
Homepage:https://github.com/ggml-org/llama.cpp/
Description:
LLM inference in C/C++ - main utilities
 The main goal of llama.cpp is to enable LLM inference with minimal setup and
 state-of-the-art performance on a wide range of hardware - locally and in the
 cloud.
 .
  * Plain C/C++ implementation without any dependencies
  * Apple silicon is a first-class citizen - optimized via ARM NEON, Accelerate
    and Metal frameworks
  * AVX, AVX2, AVX512 and AMX support for x86 architectures
  * 1.5-bit, 2-bit, 3-bit, 4-bit, 5-bit, 6-bit, and 8-bit integer quantization
    for faster inference and reduced memory use
  * Custom CUDA kernels for running LLMs on NVIDIA GPUs (support for AMD GPUs
    via HIP and Moore Threads MTT GPUs via MUSA)
  * Vulkan and SYCL backend support
  * CPU+GPU hybrid inference to partially accelerate models larger than the
    total VRAM capacity
 .
 The compute functionality is provided by ggml. By default, ggml's CPU backend
 is installed, but there are many other backends for CPUs and GPUs.
 .
 This package contains the subset of the most commonly used utilities, such
 for example llama-cli, and llama-server.
lintian 2.116.3 check for llama.cpp-tools_5882+dfsg-3~exp1_amd64.deb (click to toggle)
contents of llama.cpp-tools_5882+dfsg-3~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-07-14 15:17 ./
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/bin/
-rwxr-xr-x root/root    417968 2025-07-14 15:17 ./usr/bin/llama-bench
-rwxr-xr-x root/root   1773080 2025-07-14 15:17 ./usr/bin/llama-cli
-rwxr-xr-x root/root    290240 2025-07-14 15:17 ./usr/bin/llama-quantize
-rwxr-xr-x root/root   2490288 2025-07-14 15:17 ./usr/bin/llama-server
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/llama.cpp-tools/
-rw-r--r-- root/root      1397 2025-07-14 15:17 ./usr/share/doc/llama.cpp-tools/changelog.Debian.gz
-rw-r--r-- root/root     13007 2025-07-14 15:17 ./usr/share/doc/llama.cpp-tools/copyright
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/llama.cpp-tools/scripts/
-rw-r--r-- root/root     62234 2025-07-12 13:31 ./usr/share/doc/llama.cpp-tools/scripts/convert_hf_to_gguf.py.gz
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/lintian/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       264 2025-07-14 15:17 ./usr/share/lintian/overrides/llama.cpp-tools
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/llama.cpp-tools/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/llama.cpp-tools/llama-server/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/llama.cpp-tools/llama-server/themes/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/llama.cpp-tools/llama-server/themes/buttons-top/
-rw-r--r-- root/root       260 2025-07-12 13:31 ./usr/share/llama.cpp-tools/llama-server/themes/buttons-top/README.md
-rw-r--r-- root/root    119747 2025-07-12 13:31 ./usr/share/llama.cpp-tools/llama-server/themes/buttons-top/buttons_top.png
-rw-r--r-- root/root      4122 2025-07-12 13:31 ./usr/share/llama.cpp-tools/llama-server/themes/buttons-top/favicon.ico
-rw-r--r-- root/root     34242 2025-07-12 13:31 ./usr/share/llama.cpp-tools/llama-server/themes/buttons-top/index.html
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/llama.cpp-tools/llama-server/themes/simplechat/
-rw-r--r-- root/root      9157 2025-07-12 13:31 ./usr/share/llama.cpp-tools/llama-server/themes/simplechat/datautils.mjs
-rw-r--r-- root/root      1960 2025-07-12 13:31 ./usr/share/llama.cpp-tools/llama-server/themes/simplechat/index.html
-rw-r--r-- root/root     14742 2025-07-12 13:31 ./usr/share/llama.cpp-tools/llama-server/themes/simplechat/readme.md
-rw-r--r-- root/root      1025 2025-07-12 13:31 ./usr/share/llama.cpp-tools/llama-server/themes/simplechat/simplechat.css
-rw-r--r-- root/root     31357 2025-07-12 13:31 ./usr/share/llama.cpp-tools/llama-server/themes/simplechat/simplechat.js
-rw-r--r-- root/root     21376 2025-07-12 13:31 ./usr/share/llama.cpp-tools/llama-server/themes/simplechat/simplechat_screens.webp
-rw-r--r-- root/root      6087 2025-07-12 13:31 ./usr/share/llama.cpp-tools/llama-server/themes/simplechat/ui.mjs
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/llama.cpp-tools/llama-server/themes/wild/
-rw-r--r-- root/root       127 2025-07-12 13:31 ./usr/share/llama.cpp-tools/llama-server/themes/wild/README.md
-rw-r--r-- root/root      4122 2025-07-12 13:31 ./usr/share/llama.cpp-tools/llama-server/themes/wild/favicon.ico
-rw-r--r-- root/root     34367 2025-07-12 13:31 ./usr/share/llama.cpp-tools/llama-server/themes/wild/index.html
-rw-r--r-- root/root     76484 2025-07-12 13:31 ./usr/share/llama.cpp-tools/llama-server/themes/wild/llama_cpp.png
-rw-r--r-- root/root    259586 2025-07-12 13:31 ./usr/share/llama.cpp-tools/llama-server/themes/wild/llamapattern.png
-rw-r--r-- root/root    496463 2025-07-12 13:31 ./usr/share/llama.cpp-tools/llama-server/themes/wild/wild.png
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/man/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/man/man1/
-rw-r--r-- root/root      1053 2025-07-14 15:17 ./usr/share/man/man1/llama-bench.1.gz
-rw-r--r-- root/root      6785 2025-07-14 15:17 ./usr/share/man/man1/llama-cli.1.gz
-rw-r--r-- root/root      1475 2025-07-14 15:17 ./usr/share/man/man1/llama-quantize.1.gz
-rw-r--r-- root/root      7742 2025-07-14 15:17 ./usr/share/man/man1/llama-server.1.gz
control file for llama.cpp-tools-dbgsym_5882+dfsg-3~exp1_amd64.deb (click to toggle)
Package:llama.cpp-tools-dbgsym
Source:llama.cpp
Version:5882+dfsg-3~exp1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:28666
Depends:llama.cpp-tools (=5882+dfsg-3~exp1)
Section:debug
Priority:optional
Description:
debug symbols for llama.cpp-tools
Build-Ids:119d4b5487d6c12dcf79b6b0e9c663057af751b6 508ea5d7c0903ea637f0ae4d8a349cdaa239c028 9487c19e54599890f046843c5ef3ee0d64c85dc9 950ed950f8f3b823e399cb0e68ee875866600822
lintian 2.116.3 check for llama.cpp-tools-dbgsym_5882+dfsg-3~exp1_amd64.deb (click to toggle)
contents of llama.cpp-tools-dbgsym_5882+dfsg-3~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-07-14 15:17 ./
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/11/
-rw-r--r-- root/root   1101592 2025-07-14 15:17 ./usr/lib/debug/.build-id/11/9d4b5487d6c12dcf79b6b0e9c663057af751b6.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/50/
-rw-r--r-- root/root   2119368 2025-07-14 15:17 ./usr/lib/debug/.build-id/50/8ea5d7c0903ea637f0ae4d8a349cdaa239c028.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/94/
-rw-r--r-- root/root  10319944 2025-07-14 15:17 ./usr/lib/debug/.build-id/94/87c19e54599890f046843c5ef3ee0d64c85dc9.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/95/
-rw-r--r-- root/root  14403344 2025-07-14 15:17 ./usr/lib/debug/.build-id/95/0ed950f8f3b823e399cb0e68ee875866600822.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.dwz/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.dwz/x86_64-linux-gnu/
-rw-r--r-- root/root   1392040 2025-07-14 15:17 ./usr/lib/debug/.dwz/x86_64-linux-gnu/llama.cpp-tools.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-07-14 15:17 ./usr/share/doc/llama.cpp-tools-dbgsym -> llama.cpp-tools
control file for llama.cpp-tools-extra_5882+dfsg-3~exp1_amd64.deb (click to toggle)
Package:llama.cpp-tools-extra
Source:llama.cpp
Version:5882+dfsg-3~exp1
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:13943
Depends:llama.cpp-tools (=5882+dfsg-3~exp1), libc6 (>=2.38), libcurl4t64 (>=7.16.2), libgcc-s1 (>=3.0), libllama0 (>=5882+dfsg), libstdc++6 (>=14)
Breaks:llama.cpp (<< 5882+dfsg-3~exp1)
Replaces:llama.cpp (<< 5882+dfsg-3~exp1)
Section:science
Priority:optional
Multi-Arch:foreign
Homepage:https://github.com/ggml-org/llama.cpp/
Description:
LLM inference in C/C++ - extra utilities
 The main goal of llama.cpp is to enable LLM inference with minimal setup and
 state-of-the-art performance on a wide range of hardware - locally and in the
 cloud.
 .
  * Plain C/C++ implementation without any dependencies
  * Apple silicon is a first-class citizen - optimized via ARM NEON, Accelerate
    and Metal frameworks
  * AVX, AVX2, AVX512 and AMX support for x86 architectures
  * 1.5-bit, 2-bit, 3-bit, 4-bit, 5-bit, 6-bit, and 8-bit integer quantization
    for faster inference and reduced memory use
  * Custom CUDA kernels for running LLMs on NVIDIA GPUs (support for AMD GPUs
    via HIP and Moore Threads MTT GPUs via MUSA)
  * Vulkan and SYCL backend support
  * CPU+GPU hybrid inference to partially accelerate models larger than the
    total VRAM capacity
 .
 The compute functionality is provided by ggml. By default, ggml's CPU backend
 is installed, but there are many other backends for CPUs and GPUs.
 .
 This package contains all utilities that are not included in llaam.cpp-tools.
lintian 2.116.3 check for llama.cpp-tools-extra_5882+dfsg-3~exp1_amd64.deb (click to toggle)
contents of llama.cpp-tools-extra_5882+dfsg-3~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-07-14 15:17 ./
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/bin/
-rwxr-xr-x root/root   1740320 2025-07-14 15:17 ./usr/bin/llama-batched-bench
-rwxr-xr-x root/root   1764896 2025-07-14 15:17 ./usr/bin/llama-cvector-generator
-rwxr-xr-x root/root   1764920 2025-07-14 15:17 ./usr/bin/llama-export-lora
-rwxr-xr-x root/root     39368 2025-07-14 15:17 ./usr/bin/llama-gguf-split
-rwxr-xr-x root/root   1777184 2025-07-14 15:17 ./usr/bin/llama-imatrix
-rwxr-xr-x root/root   1752608 2025-07-14 15:17 ./usr/bin/llama-mtmd-cli
-rwxr-xr-x root/root   1822240 2025-07-14 15:17 ./usr/bin/llama-perplexity
-rwxr-xr-x root/root   1433176 2025-07-14 15:17 ./usr/bin/llama-run
-rwxr-xr-x root/root    261584 2025-07-14 15:17 ./usr/bin/llama-tokenize
-rwxr-xr-x root/root   1842728 2025-07-14 15:17 ./usr/bin/llama-tts
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/llama.cpp-tools-extra/
-rw-r--r-- root/root      1397 2025-07-14 15:17 ./usr/share/doc/llama.cpp-tools-extra/changelog.Debian.gz
-rw-r--r-- root/root     13007 2025-07-14 15:17 ./usr/share/doc/llama.cpp-tools-extra/copyright
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/lintian/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       276 2025-07-14 15:17 ./usr/share/lintian/overrides/llama.cpp-tools-extra
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/man/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/man/man1/
-rw-r--r-- root/root      5320 2025-07-14 15:17 ./usr/share/man/man1/llama-batched-bench.1.gz
-rw-r--r-- root/root      5440 2025-07-14 15:17 ./usr/share/man/man1/llama-cvector-generator.1.gz
-rw-r--r-- root/root      5190 2025-07-14 15:17 ./usr/share/man/man1/llama-export-lora.1.gz
-rw-r--r-- root/root       512 2025-07-14 15:17 ./usr/share/man/man1/llama-gguf-split.1.gz
-rw-r--r-- root/root      5529 2025-07-14 15:17 ./usr/share/man/man1/llama-imatrix.1.gz
-rw-r--r-- root/root      5877 2025-07-14 15:17 ./usr/share/man/man1/llama-mtmd-cli.1.gz
-rw-r--r-- root/root      5446 2025-07-14 15:17 ./usr/share/man/man1/llama-perplexity.1.gz
-rw-r--r-- root/root       990 2025-07-14 15:17 ./usr/share/man/man1/llama-run.1.gz
-rw-r--r-- root/root       728 2025-07-14 15:17 ./usr/share/man/man1/llama-tokenize.1.gz
-rw-r--r-- root/root      5271 2025-07-14 15:17 ./usr/share/man/man1/llama-tts.1.gz
control file for llama.cpp-tools-extra-dbgsym_5882+dfsg-3~exp1_amd64.deb (click to toggle)
Package:llama.cpp-tools-extra-dbgsym
Source:llama.cpp
Version:5882+dfsg-3~exp1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:81821
Depends:llama.cpp-tools-extra (=5882+dfsg-3~exp1)
Section:debug
Priority:optional
Description:
debug symbols for llama.cpp-tools-extra
Build-Ids:2a9c98a4bd0b1246e57876b5caa0184e4fc42c0c 3fdd633efa738a95f0df0e01bea8a637a573134b 4cd149a2b4fb03b25ef510cbadccf72babde7686 67a1afbdfd55de9ccb35018b1d12120fbb6e0e96 7a14d7f9eaa88303deb4c71d63c68ad0c698c202 9a5fbead0ce9c546f445915965d524e45a1a2af0 9c0011f0aa21e85e915114b300ca247b9aa40def e32a26ece86cebd5240e3d79b02db7ad85142bab ebf77eaaae96cee63c9d28f89535eebe233400ca efbca4537c6fd525b6190cb425507c6033827b1a
lintian 2.116.3 check for llama.cpp-tools-extra-dbgsym_5882+dfsg-3~exp1_amd64.deb (click to toggle)
contents of llama.cpp-tools-extra-dbgsym_5882+dfsg-3~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-07-14 15:17 ./
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/2a/
-rw-r--r-- root/root  11135664 2025-07-14 15:17 ./usr/lib/debug/.build-id/2a/9c98a4bd0b1246e57876b5caa0184e4fc42c0c.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/3f/
-rw-r--r-- root/root  10270456 2025-07-14 15:17 ./usr/lib/debug/.build-id/3f/dd633efa738a95f0df0e01bea8a637a573134b.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/4c/
-rw-r--r-- root/root  10389032 2025-07-14 15:17 ./usr/lib/debug/.build-id/4c/d149a2b4fb03b25ef510cbadccf72babde7686.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/67/
-rw-r--r-- root/root   8300528 2025-07-14 15:17 ./usr/lib/debug/.build-id/67/a1afbdfd55de9ccb35018b1d12120fbb6e0e96.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/7a/
-rw-r--r-- root/root    937904 2025-07-14 15:17 ./usr/lib/debug/.build-id/7a/14d7f9eaa88303deb4c71d63c68ad0c698c202.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/9a/
-rw-r--r-- root/root     95736 2025-07-14 15:17 ./usr/lib/debug/.build-id/9a/5fbead0ce9c546f445915965d524e45a1a2af0.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/9c/
-rw-r--r-- root/root  10283792 2025-07-14 15:17 ./usr/lib/debug/.build-id/9c/0011f0aa21e85e915114b300ca247b9aa40def.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/e3/
-rw-r--r-- root/root  10132048 2025-07-14 15:17 ./usr/lib/debug/.build-id/e3/2a26ece86cebd5240e3d79b02db7ad85142bab.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/eb/
-rw-r--r-- root/root  10286760 2025-07-14 15:17 ./usr/lib/debug/.build-id/eb/f77eaaae96cee63c9d28f89535eebe233400ca.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.build-id/ef/
-rw-r--r-- root/root  10486568 2025-07-14 15:17 ./usr/lib/debug/.build-id/ef/bca4537c6fd525b6190cb425507c6033827b1a.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.dwz/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/debug/.dwz/x86_64-linux-gnu/
-rw-r--r-- root/root   1441776 2025-07-14 15:17 ./usr/lib/debug/.dwz/x86_64-linux-gnu/llama.cpp-tools-extra.debug
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-07-14 15:17 ./usr/share/doc/llama.cpp-tools-extra-dbgsym -> llama.cpp-tools-extra
control file for python3-gguf_5882+dfsg-3~exp1_all.deb (click to toggle)
Package:python3-gguf
Source:llama.cpp
Version:5882+dfsg-3~exp1
Architecture:all
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:528
Depends:python3-numpy, python3-requests, python3-tqdm, python3-yaml, python3:any
Suggests:python3-pyside6.qtcore, python3-pyside6.qtwidgets
Section:science
Priority:optional
Homepage:https://github.com/ggml-org/llama.cpp/
Description:
Python library for working with GGUF files
 GGUF is a file format for storing models for inference with GGML and executors
 based on GGML. GGUF is a binary format that is designed for fast loading and
 saving of models, and for ease of reading. Models are traditionally developed
 using PyTorch or another framework, and then converted to GGUF for use in
 GGML.
 .
 This package provides a Python library for reading and write files in the GGUF
 format, and exposes this to the CLI in the form of a few utilities.
lintian 2.116.3 check for python3-gguf_5882+dfsg-3~exp1_all.deb (click to toggle)
contents of python3-gguf_5882+dfsg-3~exp1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2025-07-14 15:17 ./
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/bin/
-rwxr-xr-x root/root       232 2025-07-14 15:17 ./usr/bin/gguf-convert-endian
-rwxr-xr-x root/root       222 2025-07-14 15:17 ./usr/bin/gguf-dump
-rwxr-xr-x root/root       228 2025-07-14 15:17 ./usr/bin/gguf-editor-gui
-rwxr-xr-x root/root       230 2025-07-14 15:17 ./usr/bin/gguf-new-metadata
-rwxr-xr-x root/root       230 2025-07-14 15:17 ./usr/bin/gguf-set-metadata
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/python3/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/
-rw-r--r-- root/root       219 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/__init__.py
-rw-r--r-- root/root    100425 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/constants.py
-rw-r--r-- root/root       478 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/gguf.py
-rw-r--r-- root/root     14828 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/gguf_reader.py
-rw-r--r-- root/root     45223 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/gguf_writer.py
-rw-r--r-- root/root      9214 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/lazy.py
-rw-r--r-- root/root     33301 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/metadata.py
-rw-r--r-- root/root         0 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/py.typed
-rw-r--r-- root/root     60771 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/quants.py
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/scripts/
-rwxr-xr-x root/root      7365 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/scripts/gguf_convert_endian.py
-rwxr-xr-x root/root     21785 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/scripts/gguf_dump.py
-rwxr-xr-x root/root     64398 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/scripts/gguf_editor_gui.py
-rwxr-xr-x root/root      3725 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/scripts/gguf_hash.py
-rwxr-xr-x root/root      9767 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/scripts/gguf_new_metadata.py
-rwxr-xr-x root/root      4145 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/scripts/gguf_set_metadata.py
-rw-r--r-- root/root     60721 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/tensor_mapping.py
-rw-r--r-- root/root     10808 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/utility.py
-rw-r--r-- root/root     28395 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf/vocab.py
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf-0.17.1.dist-info/
-rw-r--r-- root/root         7 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf-0.17.1.dist-info/INSTALLER
-rw-r--r-- root/root      4382 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf-0.17.1.dist-info/METADATA
-rw-r--r-- root/root        88 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf-0.17.1.dist-info/WHEEL
-rw-r--r-- root/root       273 2025-07-14 15:17 ./usr/lib/python3/dist-packages/gguf-0.17.1.dist-info/entry_points.txt
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/python3-gguf/
-rw-r--r-- root/root      1397 2025-07-14 15:17 ./usr/share/doc/python3-gguf/changelog.Debian.gz
-rw-r--r-- root/root     13007 2025-07-14 15:17 ./usr/share/doc/python3-gguf/copyright
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/doc/python3-gguf/examples/
-rw-r--r-- root/root      1626 2025-07-12 13:31 ./usr/share/doc/python3-gguf/examples/reader.py
-rwxr-xr-x root/root      1080 2025-07-12 13:31 ./usr/share/doc/python3-gguf/examples/writer.py
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/man/
drwxr-xr-x root/root         0 2025-07-14 15:17 ./usr/share/man/man1/
-rw-r--r-- root/root       402 2025-07-14 15:17 ./usr/share/man/man1/gguf-convert-endian.1.gz
-rw-r--r-- root/root       486 2025-07-14 15:17 ./usr/share/man/man1/gguf-dump.1.gz
-rw-r--r-- root/root       773 2025-07-14 15:17 ./usr/share/man/man1/gguf-new-metadata.1.gz
-rw-r--r-- root/root       435 2025-07-14 15:17 ./usr/share/man/man1/gguf-set-metadata.1.gz

Timestamp: 14.07.2025 / 16:02:53 (UTC)