Debian NEW package overview for llama.cpp
llama.cpp_4616+dfsg-1~exp1_amd64.changes (click to toggle)
Format:1.8
Date:Wed, 05 Feb 2025 21:54:08 +0100
Source:llama.cpp
Binary:llama.cpp llama.cpp-blas llama.cpp-blas-dbgsym llama.cpp-cpu llama.cpp-cpu-dbgsym llama.cpp-dbgsym llama.cpp-hip llama.cpp-hip-dbgsym
Architecture:source amd64
Version:4616+dfsg-1~exp1
Distribution:experimental
Urgency:medium
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Changed-By:Christian Kastner <ckk@debian.org>
Description:
llama.cpp  - LLM inference in C/C++
llama.cpp-blas - LLM inference in C/C++ - BLAS backend
llama.cpp-cpu - LLM inference in C/C++ - CPU backend
llama.cpp-hip - LLM inference in C/C++ - HIP backend, for AMD GPUs
Closes:1063763
Changes:
llama.cpp (4616+dfsg-1~exp1) experimental; urgency=medium

  * Initial release (Closes: #1063763)
Files:
f538a391b0013a46f7cc5edb9a3582bf 2286 science optional llama.cpp_4616+dfsg-1~exp1.dsc
2aabcc857f9dab965fa55353e9943ec7 12373236 science optional llama.cpp_4616+dfsg.orig.tar.xz
b34dbf3e8bdba900a1c8d291d3cf3539 9052 science optional llama.cpp_4616+dfsg-1~exp1.debian.tar.xz
af0aa078bed1222f2ef822bdc205a0d3 7466688 debug optional llama.cpp-blas-dbgsym_4616+dfsg-1~exp1_amd64.deb
c416628cc14b71df4b4d498ff3be1d20 687696 science optional llama.cpp-blas_4616+dfsg-1~exp1_amd64.deb
94e0d90fbe334551ffd1863503b7590e 20716628 debug optional llama.cpp-cpu-dbgsym_4616+dfsg-1~exp1_amd64.deb
bd91b897bb1264bf9310f3f76657a23a 1018504 science optional llama.cpp-cpu_4616+dfsg-1~exp1_amd64.deb
42aaf22da3f7a28155f9e9d09e4eba80 278999816 debug optional llama.cpp-dbgsym_4616+dfsg-1~exp1_amd64.deb
ae7add31bc820413656d55f78bd0675d 8651680 debug optional llama.cpp-hip-dbgsym_4616+dfsg-1~exp1_amd64.deb
7fd37c2f171f2b6e4a52578f3c4393f0 109426640 science optional llama.cpp-hip_4616+dfsg-1~exp1_amd64.deb
4f2cda6f044811589e6147524527ff28 11811 science optional llama.cpp_4616+dfsg-1~exp1_amd64.buildinfo
f3db41e48a93fce52efc0a31ce5e863a 4676556 science optional llama.cpp_4616+dfsg-1~exp1_amd64.deb
llama.cpp_4616+dfsg-1~exp1.dsc (click to toggle)
Format:3.0 (quilt)
Source:llama.cpp
Binary:llama.cpp, llama.cpp-cpu, llama.cpp-blas, llama.cpp-hip
Architecture:any
Version:4616+dfsg-1~exp1
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Uploaders:Christian Kastner <ckk@debian.org>
Homepage:https://github.com/ggerganov/llama.cpp/
Standards-Version:4.7.0
Vcs-Browser:https://salsa.debian.org/deeplearning-team/llama.cpp
Vcs-Git:https://salsa.debian.org/deeplearning-team/llama.cpp.git
Build-Depends:cmake, debhelper-compat (=13), hipcc, libblas-dev, libcurl4-openssl-dev, libhipblas-dev, librocblas-dev, pkg-config, rocm-cmake
Package-List:llama.cpp deb science optional arch=any llama.cpp-blas deb science optional arch=any llama.cpp-cpu deb science optional arch=any llama.cpp-hip deb science optional arch=amd64,arm64,ppc64el
Files:
2aabcc857f9dab965fa55353e9943ec7 12373236 llama.cpp_4616+dfsg.orig.tar.xz
b34dbf3e8bdba900a1c8d291d3cf3539 9052 llama.cpp_4616+dfsg-1~exp1.debian.tar.xz
lintian 2.104.0 check for llama.cpp_4616+dfsg-1~exp1.dsc (click to toggle)
README.source for llama.cpp_4616+dfsg-1~exp1.dsc (click to toggle)
No README.source in this package
control file for llama.cpp_4616+dfsg-1~exp1_amd64.deb (click to toggle)
Package:llama.cpp
Version:4616+dfsg-1~exp1
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:43118
Depends:llama.cpp-backend, python3, libc6 (>=2.38), libgcc-s1 (>=3.0), libstdc++6 (>=14)
Section:science
Priority:optional
Multi-Arch:foreign
Homepage:https://github.com/ggerganov/llama.cpp/
Description:
LLM inference in C/C++
 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
 .
 On Debian, llama.cpp is shipped as a package that depends on one of the CPU
 or GPU backends.
 .
 This package provides the functionality common to all backends.
lintian 2.104.0 check for llama.cpp_4616+dfsg-1~exp1_amd64.deb (click to toggle)
contents of llama.cpp_4616+dfsg-1~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-02-05 20:54 ./
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/bin/
-rwxr-xr-x root/root    235422 2025-02-05 20:54 ./usr/bin/convert_hf_to_gguf
-rwxr-xr-x root/root   1400128 2025-02-05 20:54 ./usr/bin/llama-batched
-rwxr-xr-x root/root   1400128 2025-02-05 20:54 ./usr/bin/llama-batched-bench
-rwxr-xr-x root/root   1269704 2025-02-05 20:54 ./usr/bin/llama-bench
-rwxr-xr-x root/root   1432904 2025-02-05 20:54 ./usr/bin/llama-cli
-rwxr-xr-x root/root   1158464 2025-02-05 20:54 ./usr/bin/llama-convert-llama2c-to-ggml
-rwxr-xr-x root/root   1428800 2025-02-05 20:54 ./usr/bin/llama-cvector-generator
-rwxr-xr-x root/root   1404224 2025-02-05 20:54 ./usr/bin/llama-embedding
-rwxr-xr-x root/root   1400128 2025-02-05 20:54 ./usr/bin/llama-eval-callback
-rwxr-xr-x root/root   1428824 2025-02-05 20:54 ./usr/bin/llama-export-lora
-rwxr-xr-x root/root     18600 2025-02-05 20:54 ./usr/bin/llama-gbnf-validator
-rwxr-xr-x root/root   1400128 2025-02-05 20:54 ./usr/bin/llama-gen-docs
-rwxr-xr-x root/root     22776 2025-02-05 20:54 ./usr/bin/llama-gguf
-rwxr-xr-x root/root     71936 2025-02-05 20:54 ./usr/bin/llama-gguf-hash
-rwxr-xr-x root/root     39192 2025-02-05 20:54 ./usr/bin/llama-gguf-split
-rwxr-xr-x root/root   1408320 2025-02-05 20:54 ./usr/bin/llama-gritlm
-rwxr-xr-x root/root   1436992 2025-02-05 20:54 ./usr/bin/llama-imatrix
-rwxr-xr-x root/root   1420616 2025-02-05 20:54 ./usr/bin/llama-infill
-rwxr-xr-x root/root   1641928 2025-02-05 20:54 ./usr/bin/llama-llava-cli
-rwxr-xr-x root/root   1408320 2025-02-05 20:54 ./usr/bin/llama-lookahead
-rwxr-xr-x root/root   1420608 2025-02-05 20:54 ./usr/bin/llama-lookup
-rwxr-xr-x root/root   1416512 2025-02-05 20:54 ./usr/bin/llama-lookup-create
-rwxr-xr-x root/root     51448 2025-02-05 20:54 ./usr/bin/llama-lookup-merge
-rwxr-xr-x root/root   1420608 2025-02-05 20:54 ./usr/bin/llama-lookup-stats
-rwxr-xr-x root/root   1637832 2025-02-05 20:54 ./usr/bin/llama-minicpmv-cli
-rwxr-xr-x root/root   1408320 2025-02-05 20:54 ./usr/bin/llama-parallel
-rwxr-xr-x root/root   1404224 2025-02-05 20:54 ./usr/bin/llama-passkey
-rwxr-xr-x root/root   1477952 2025-02-05 20:54 ./usr/bin/llama-perplexity
-rwxr-xr-x root/root   1158456 2025-02-05 20:54 ./usr/bin/llama-quantize
-rwxr-xr-x root/root    171296 2025-02-05 20:54 ./usr/bin/llama-quantize-stats
-rwxr-xr-x root/root   1646024 2025-02-05 20:54 ./usr/bin/llama-qwen2vl-cli
-rwxr-xr-x root/root   1416512 2025-02-05 20:54 ./usr/bin/llama-retrieval
-rwxr-xr-x root/root   1187176 2025-02-05 20:54 ./usr/bin/llama-run
-rwxr-xr-x root/root   1404224 2025-02-05 20:54 ./usr/bin/llama-save-load-state
-rwxr-xr-x root/root     22696 2025-02-05 20:54 ./usr/bin/llama-simple
-rwxr-xr-x root/root     22704 2025-02-05 20:54 ./usr/bin/llama-simple-chat
-rwxr-xr-x root/root   1424704 2025-02-05 20:54 ./usr/bin/llama-speculative
-rwxr-xr-x root/root   1412416 2025-02-05 20:54 ./usr/bin/llama-speculative-simple
-rwxr-xr-x root/root   1133888 2025-02-05 20:54 ./usr/bin/llama-tokenize
-rwxr-xr-x root/root   1441096 2025-02-05 20:54 ./usr/bin/llama-tts
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/doc/llama.cpp/
-rw-r--r-- root/root       171 2025-02-05 20:54 ./usr/share/doc/llama.cpp/changelog.Debian.gz
-rw-r--r-- root/root     10731 2025-02-05 20:54 ./usr/share/doc/llama.cpp/copyright
control file for llama.cpp-blas_4616+dfsg-1~exp1_amd64.deb (click to toggle)
Package:llama.cpp-blas
Source:llama.cpp
Version:4616+dfsg-1~exp1
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:2331
Depends:llama.cpp, libblas3 | libblas.so.3, libc6 (>=2.38), libgcc-s1 (>=3.0), libgomp1 (>=4.9), libstdc++6 (>=11)
Recommends:libopenblas0 | libblis4 | libmkl-rt | libblas3
Conflicts:llama.cpp-backend
Provides:llama.cpp-backend
Section:science
Priority:optional
Multi-Arch:same
Homepage:https://github.com/ggerganov/llama.cpp/
Description:
LLM inference in C/C++ - BLAS backend
 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
 .
 On Debian, llama.cpp is shipped as a package that depends on one of the CPU
 or GPU backends.
 .
 This package provides the BLAS backend.
lintian 2.104.0 check for llama.cpp-blas_4616+dfsg-1~exp1_amd64.deb (click to toggle)
contents of llama.cpp-blas_4616+dfsg-1~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-02-05 20:54 ./
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/
-rw-r--r-- root/root    452784 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/libggml-base.so
-rw-r--r-- root/root     43104 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/libggml-blas.so
-rw-r--r-- root/root    297304 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/libggml-cpu.so
-rw-r--r-- root/root     55304 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/libggml.so
-rw-r--r-- root/root   1512640 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/libllama.so
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/doc/llama.cpp-blas/
-rw-r--r-- root/root       171 2025-02-05 20:54 ./usr/share/doc/llama.cpp-blas/changelog.Debian.gz
-rw-r--r-- root/root     10731 2025-02-05 20:54 ./usr/share/doc/llama.cpp-blas/copyright
control file for llama.cpp-blas-dbgsym_4616+dfsg-1~exp1_amd64.deb (click to toggle)
Package:llama.cpp-blas-dbgsym
Source:llama.cpp
Version:4616+dfsg-1~exp1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:7658
Depends:llama.cpp-blas (=4616+dfsg-1~exp1)
Section:debug
Priority:optional
Multi-Arch:same
Description:
debug symbols for llama.cpp-blas
Build-Ids:3317dc031d90c65360785aaa69c33e8381edd3ff c08b20e9a563c21839d2d17c69eed4489ad08cfe e5bc26fe7517229ae37337f2a3d454b7bc20223c f10e1bb22f0327be3ec5ac924417516e8aa5197a f7d4d9faab92d0cda8fb914be182117ae3c3d833
lintian 2.104.0 check for llama.cpp-blas-dbgsym_4616+dfsg-1~exp1_amd64.deb (click to toggle)
contents of llama.cpp-blas-dbgsym_4616+dfsg-1~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-02-05 20:54 ./
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/33/
-rw-r--r-- root/root    964104 2025-02-05 20:54 ./usr/lib/debug/.build-id/33/17dc031d90c65360785aaa69c33e8381edd3ff.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/c0/
-rw-r--r-- root/root   5939640 2025-02-05 20:54 ./usr/lib/debug/.build-id/c0/8b20e9a563c21839d2d17c69eed4489ad08cfe.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/e5/
-rw-r--r-- root/root    270392 2025-02-05 20:54 ./usr/lib/debug/.build-id/e5/bc26fe7517229ae37337f2a3d454b7bc20223c.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/f1/
-rw-r--r-- root/root    489800 2025-02-05 20:54 ./usr/lib/debug/.build-id/f1/0e1bb22f0327be3ec5ac924417516e8aa5197a.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/f7/
-rw-r--r-- root/root    159824 2025-02-05 20:54 ./usr/lib/debug/.build-id/f7/d4d9faab92d0cda8fb914be182117ae3c3d833.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-02-05 20:54 ./usr/share/doc/llama.cpp-blas-dbgsym -> llama.cpp-blas
control file for llama.cpp-cpu_4616+dfsg-1~exp1_amd64.deb (click to toggle)
Package:llama.cpp-cpu
Source:llama.cpp
Version:4616+dfsg-1~exp1
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:9709
Depends:llama.cpp, libc6 (>=2.38), libgcc-s1 (>=3.0), libgomp1 (>=4.9), libstdc++6 (>=11)
Conflicts:llama.cpp-backend
Provides:llama.cpp-backend
Section:science
Priority:optional
Multi-Arch:same
Homepage:https://github.com/ggerganov/llama.cpp/
Description:
LLM inference in C/C++ - CPU backend
 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
 .
 On Debian, llama.cpp is shipped as a package that depends on one of the CPU
 or GPU backends.
 .
 This package provides the llama.cpp-native CPU backend.
lintian 2.104.0 check for llama.cpp-cpu_4616+dfsg-1~exp1_amd64.deb (click to toggle)
contents of llama.cpp-cpu_4616+dfsg-1~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-02-05 20:54 ./
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/glibc-hwcaps/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/glibc-hwcaps/x86-64-v2/
-rw-r--r-- root/root    452784 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/glibc-hwcaps/x86-64-v2/libggml-base.so
-rw-r--r-- root/root    297304 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/glibc-hwcaps/x86-64-v2/libggml-cpu.so
-rw-r--r-- root/root     55304 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/glibc-hwcaps/x86-64-v2/libggml.so
-rw-r--r-- root/root   1512640 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/glibc-hwcaps/x86-64-v2/libllama.so
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/glibc-hwcaps/x86-64-v3/
-rw-r--r-- root/root    452784 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/glibc-hwcaps/x86-64-v3/libggml-base.so
-rw-r--r-- root/root    379224 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/glibc-hwcaps/x86-64-v3/libggml-cpu.so
-rw-r--r-- root/root     55304 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/glibc-hwcaps/x86-64-v3/libggml.so
-rw-r--r-- root/root   1512640 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/glibc-hwcaps/x86-64-v3/libllama.so
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/glibc-hwcaps/x86-64-v4/
-rw-r--r-- root/root    452784 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/glibc-hwcaps/x86-64-v4/libggml-base.so
-rw-r--r-- root/root    444760 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/glibc-hwcaps/x86-64-v4/libggml-cpu.so
-rw-r--r-- root/root     55304 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/glibc-hwcaps/x86-64-v4/libggml.so
-rw-r--r-- root/root   1512640 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/glibc-hwcaps/x86-64-v4/libllama.so
-rw-r--r-- root/root    452784 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/libggml-base.so
-rw-r--r-- root/root    297304 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/libggml-cpu.so
-rw-r--r-- root/root     55304 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/libggml.so
-rw-r--r-- root/root   1512640 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/libllama.so
-rw-r--r-- root/root    400520 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/libllava_shared.so
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/doc/llama.cpp-cpu/
-rw-r--r-- root/root       171 2025-02-05 20:54 ./usr/share/doc/llama.cpp-cpu/changelog.Debian.gz
-rw-r--r-- root/root     10731 2025-02-05 20:54 ./usr/share/doc/llama.cpp-cpu/copyright
control file for llama.cpp-cpu-dbgsym_4616+dfsg-1~exp1_amd64.deb (click to toggle)
Package:llama.cpp-cpu-dbgsym
Source:llama.cpp
Version:4616+dfsg-1~exp1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:31984
Depends:llama.cpp-cpu (=4616+dfsg-1~exp1)
Section:debug
Priority:optional
Multi-Arch:same
Description:
debug symbols for llama.cpp-cpu
Build-Ids:140bdc1de1d453aef98fd52c670cecb511626aa8 162d398b40de5e82936e1fdf66f47e2c15cf5c1c 30df3e6c31d3bfde740df6b6c065ff31b4d05aa9 436c76bc0df869da2ba6760807b5791dfcad3d48 4bf0a5a97254456540be01941cd8b206258a1336 5362e809a64f73ee7c2596cbf97a7a1c84ae6e86 8799e4bc84ea7187be1ebc702007f5952da4eb30 a0a598193862565d6aa2b5f240d93f655ddd48c8 a3ef63e9d81ea7662519b1a829d5916f2b9cc659 ace69edb66f09054e771da44b2aecafd60fda6e3 b0f7ef9aef94b2daea49e78c5ce5382fff477324 c7f65b5481b12b7993971de994af863e56f490a6 c8a45a03202c7fa0d8aae9ddade6c42961968041 d23cd43957374289d57bf3381b15aa24a12d53b9 e387c53988dfa7a99dc576eadf60cd7043007bf9 f58f0574e554614c8e7d220b8aec47e4cc864c3d f7f77dbb993a7d36beafa40cbb0330457bd9455c
lintian 2.104.0 check for llama.cpp-cpu-dbgsym_4616+dfsg-1~exp1_amd64.deb (click to toggle)
contents of llama.cpp-cpu-dbgsym_4616+dfsg-1~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-02-05 20:54 ./
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/14/
-rw-r--r-- root/root    964104 2025-02-05 20:54 ./usr/lib/debug/.build-id/14/0bdc1de1d453aef98fd52c670cecb511626aa8.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/16/
-rw-r--r-- root/root   5939584 2025-02-05 20:54 ./usr/lib/debug/.build-id/16/2d398b40de5e82936e1fdf66f47e2c15cf5c1c.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/30/
-rw-r--r-- root/root    489808 2025-02-05 20:54 ./usr/lib/debug/.build-id/30/df3e6c31d3bfde740df6b6c065ff31b4d05aa9.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/43/
-rw-r--r-- root/root    964104 2025-02-05 20:54 ./usr/lib/debug/.build-id/43/6c76bc0df869da2ba6760807b5791dfcad3d48.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/4b/
-rw-r--r-- root/root    269768 2025-02-05 20:54 ./usr/lib/debug/.build-id/4b/f0a5a97254456540be01941cd8b206258a1336.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/53/
-rw-r--r-- root/root   5939584 2025-02-05 20:54 ./usr/lib/debug/.build-id/53/62e809a64f73ee7c2596cbf97a7a1c84ae6e86.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/87/
-rw-r--r-- root/root    905712 2025-02-05 20:54 ./usr/lib/debug/.build-id/87/99e4bc84ea7187be1ebc702007f5952da4eb30.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/a0/
-rw-r--r-- root/root    964104 2025-02-05 20:54 ./usr/lib/debug/.build-id/a0/a598193862565d6aa2b5f240d93f655ddd48c8.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/a3/
-rw-r--r-- root/root    269768 2025-02-05 20:54 ./usr/lib/debug/.build-id/a3/ef63e9d81ea7662519b1a829d5916f2b9cc659.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/ac/
-rw-r--r-- root/root   5939624 2025-02-05 20:54 ./usr/lib/debug/.build-id/ac/e69edb66f09054e771da44b2aecafd60fda6e3.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/b0/
-rw-r--r-- root/root    269752 2025-02-05 20:54 ./usr/lib/debug/.build-id/b0/f7ef9aef94b2daea49e78c5ce5382fff477324.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/c7/
-rw-r--r-- root/root    964096 2025-02-05 20:54 ./usr/lib/debug/.build-id/c7/f65b5481b12b7993971de994af863e56f490a6.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/c8/
-rw-r--r-- root/root    269768 2025-02-05 20:54 ./usr/lib/debug/.build-id/c8/a45a03202c7fa0d8aae9ddade6c42961968041.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/d2/
-rw-r--r-- root/root    508680 2025-02-05 20:54 ./usr/lib/debug/.build-id/d2/3cd43957374289d57bf3381b15aa24a12d53b9.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/e3/
-rw-r--r-- root/root   5939584 2025-02-05 20:54 ./usr/lib/debug/.build-id/e3/87c53988dfa7a99dc576eadf60cd7043007bf9.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/f5/
-rw-r--r-- root/root   1343360 2025-02-05 20:54 ./usr/lib/debug/.build-id/f5/8f0574e554614c8e7d220b8aec47e4cc864c3d.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/f7/
-rw-r--r-- root/root    774496 2025-02-05 20:54 ./usr/lib/debug/.build-id/f7/f77dbb993a7d36beafa40cbb0330457bd9455c.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-02-05 20:54 ./usr/share/doc/llama.cpp-cpu-dbgsym -> llama.cpp-cpu
control file for llama.cpp-dbgsym_4616+dfsg-1~exp1_amd64.deb (click to toggle)
Package:llama.cpp-dbgsym
Source:llama.cpp
Version:4616+dfsg-1~exp1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:291583
Depends:llama.cpp (=4616+dfsg-1~exp1)
Section:debug
Priority:optional
Description:
debug symbols for llama.cpp
Build-Ids:091cba0def68d1bb1b851743e81aa84d89b40979 0fedf2fa82cdcdb1dbf95e8413228070ffa2e7c6 1089bccc6234534f35e7b8898e2f10161859bf08 11747b15843e808210a08906b5dbe55c55baad9e 125b4761f72cef70345a511b24d7c1df49b51ac0 12f23f4f8ac59ad94107a9e6d67a8d01abadb2c6 195dabbdc18a7884e00b3cedad177bd5b7e9b590 1e6b5408f74bc3f22d910c24f6c27aaaac8d0538 22a53bb9361e29dfddf5159cf9f14fa4d8864d9f 260a66c62195f7384cdae8b3fc22ab77301dae74 264f271c4492128c0361a583ea6aa6fcb8fa87e0 2ea46058b0e04788ba947d9c986400f540a2255f 352f519a52f289881f35b760f9213d7a52defed9 3ea4a0275e50de5ed149b8ef57f7a932afa845d2 449812675960414df16b931011720c51731f8f63 57ca5b06c75b044cd60bf17e91e7dc85bed8a249 5be81724a732e6385326a8a2d2590fc1eeca3d45 63beb16dd4724aac0f88e89067a6fa1278b7835b 6defd1de5dc8245872f9f60173006af33db63b7a 6f640bdebafc79be23107732ac93a96156dae68e 7240fe0fb9b1ee6abcf31b8f92a11947f4ac1511 7635582ebb6b85c0237c0df76b87910a5a9e6d40 8820c7d64c9c8b43e73b55ac0985580d3b2ea6dd 9012ccf199bd22a2608ec0853ee518f5f7215eb0 955a2579f0fee4840bd7b272b938b9f74c3a921c a34889a83fd65c7dc79731f7fade401f5da173aa a57a4444bebb1cde6d9a69ef001be27d06aefff5 ac8ba7fce6f1e68fc152ebd2ae3fe92355ee19bd b0a76ca9e7d31fbde1fe88672c47da5ff39ce47f c2105ed7064eebddee5ced00dffcc82d77a5cd1b c5fd9e871f1fc103825f8f5da90354f3bd5d87af cb390aa9dc79dca0667d33afd294aa6873df9b0d dae1e6c01b87b9dd531ddb7bdc9a611bcbaa9a95 e2f2ce7922aeb2c544c88a62c38c8aeb20021466 e554da7129a1ca261706b3622d23289470e03551 e6ec713f9d8d3533cb29316de0a859b6c0639e6f f9d09053e91e029fd13c5e24272920681e708d41 fb4f1b4fc488aba2a2263a393f804ecbd7c668f6 feb5dca5b6dfe18746d034cf68f63a42789c10f3
lintian 2.104.0 check for llama.cpp-dbgsym_4616+dfsg-1~exp1_amd64.deb (click to toggle)
contents of llama.cpp-dbgsym_4616+dfsg-1~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-02-05 20:54 ./
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/09/
-rw-r--r-- root/root  10779320 2025-02-05 20:54 ./usr/lib/debug/.build-id/09/1cba0def68d1bb1b851743e81aa84d89b40979.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/0f/
-rw-r--r-- root/root    917600 2025-02-05 20:54 ./usr/lib/debug/.build-id/0f/edf2fa82cdcdb1dbf95e8413228070ffa2e7c6.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/10/
-rw-r--r-- root/root   9640768 2025-02-05 20:54 ./usr/lib/debug/.build-id/10/89bccc6234534f35e7b8898e2f10161859bf08.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/11/
-rw-r--r-- root/root   9712176 2025-02-05 20:54 ./usr/lib/debug/.build-id/11/747b15843e808210a08906b5dbe55c55baad9e.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/12/
-rw-r--r-- root/root   9556184 2025-02-05 20:54 ./usr/lib/debug/.build-id/12/5b4761f72cef70345a511b24d7c1df49b51ac0.debug
-rw-r--r-- root/root     56288 2025-02-05 20:54 ./usr/lib/debug/.build-id/12/f23f4f8ac59ad94107a9e6d67a8d01abadb2c6.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/19/
-rw-r--r-- root/root   9548768 2025-02-05 20:54 ./usr/lib/debug/.build-id/19/5dabbdc18a7884e00b3cedad177bd5b7e9b590.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/1e/
-rw-r--r-- root/root     77912 2025-02-05 20:54 ./usr/lib/debug/.build-id/1e/6b5408f74bc3f22d910c24f6c27aaaac8d0538.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/22/
-rw-r--r-- root/root   9595760 2025-02-05 20:54 ./usr/lib/debug/.build-id/22/a53bb9361e29dfddf5159cf9f14fa4d8864d9f.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/26/
-rw-r--r-- root/root     82736 2025-02-05 20:54 ./usr/lib/debug/.build-id/26/0a66c62195f7384cdae8b3fc22ab77301dae74.debug
-rw-r--r-- root/root   8768488 2025-02-05 20:54 ./usr/lib/debug/.build-id/26/4f271c4492128c0361a583ea6aa6fcb8fa87e0.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/2e/
-rw-r--r-- root/root    117280 2025-02-05 20:54 ./usr/lib/debug/.build-id/2e/a46058b0e04788ba947d9c986400f540a2255f.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/35/
-rw-r--r-- root/root   9731736 2025-02-05 20:54 ./usr/lib/debug/.build-id/35/2f519a52f289881f35b760f9213d7a52defed9.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/3e/
-rw-r--r-- root/root   9638976 2025-02-05 20:54 ./usr/lib/debug/.build-id/3e/a4a0275e50de5ed149b8ef57f7a932afa845d2.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/44/
-rw-r--r-- root/root   7850944 2025-02-05 20:54 ./usr/lib/debug/.build-id/44/9812675960414df16b931011720c51731f8f63.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/57/
-rw-r--r-- root/root    304112 2025-02-05 20:54 ./usr/lib/debug/.build-id/57/ca5b06c75b044cd60bf17e91e7dc85bed8a249.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/5b/
-rw-r--r-- root/root   9595184 2025-02-05 20:54 ./usr/lib/debug/.build-id/5b/e81724a732e6385326a8a2d2590fc1eeca3d45.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/63/
-rw-r--r-- root/root   9660408 2025-02-05 20:54 ./usr/lib/debug/.build-id/63/beb16dd4724aac0f88e89067a6fa1278b7835b.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/6d/
-rw-r--r-- root/root   9812888 2025-02-05 20:54 ./usr/lib/debug/.build-id/6d/efd1de5dc8245872f9f60173006af33db63b7a.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/6f/
-rw-r--r-- root/root   7737320 2025-02-05 20:54 ./usr/lib/debug/.build-id/6f/640bdebafc79be23107732ac93a96156dae68e.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/72/
-rw-r--r-- root/root   9714056 2025-02-05 20:54 ./usr/lib/debug/.build-id/72/40fe0fb9b1ee6abcf31b8f92a11947f4ac1511.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/76/
-rw-r--r-- root/root   9549024 2025-02-05 20:54 ./usr/lib/debug/.build-id/76/35582ebb6b85c0237c0df76b87910a5a9e6d40.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/88/
-rw-r--r-- root/root     77120 2025-02-05 20:54 ./usr/lib/debug/.build-id/88/20c7d64c9c8b43e73b55ac0985580d3b2ea6dd.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/90/
-rw-r--r-- root/root   9583688 2025-02-05 20:54 ./usr/lib/debug/.build-id/90/12ccf199bd22a2608ec0853ee518f5f7215eb0.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/95/
-rw-r--r-- root/root   9559232 2025-02-05 20:54 ./usr/lib/debug/.build-id/95/5a2579f0fee4840bd7b272b938b9f74c3a921c.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/a3/
-rw-r--r-- root/root   9586048 2025-02-05 20:54 ./usr/lib/debug/.build-id/a3/4889a83fd65c7dc79731f7fade401f5da173aa.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/a5/
-rw-r--r-- root/root  10814288 2025-02-05 20:54 ./usr/lib/debug/.build-id/a5/7a4444bebb1cde6d9a69ef001be27d06aefff5.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/ac/
-rw-r--r-- root/root   9700416 2025-02-05 20:54 ./usr/lib/debug/.build-id/ac/8ba7fce6f1e68fc152ebd2ae3fe92355ee19bd.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/b0/
-rw-r--r-- root/root   9575904 2025-02-05 20:54 ./usr/lib/debug/.build-id/b0/a76ca9e7d31fbde1fe88672c47da5ff39ce47f.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/c2/
-rw-r--r-- root/root   9911624 2025-02-05 20:54 ./usr/lib/debug/.build-id/c2/105ed7064eebddee5ced00dffcc82d77a5cd1b.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/c5/
-rw-r--r-- root/root   9738192 2025-02-05 20:54 ./usr/lib/debug/.build-id/c5/fd9e871f1fc103825f8f5da90354f3bd5d87af.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/cb/
-rw-r--r-- root/root   9920808 2025-02-05 20:54 ./usr/lib/debug/.build-id/cb/390aa9dc79dca0667d33afd294aa6873df9b0d.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/da/
-rw-r--r-- root/root   7856320 2025-02-05 20:54 ./usr/lib/debug/.build-id/da/e1e6c01b87b9dd531ddb7bdc9a611bcbaa9a95.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/e2/
-rw-r--r-- root/root  10197976 2025-02-05 20:54 ./usr/lib/debug/.build-id/e2/f2ce7922aeb2c544c88a62c38c8aeb20021466.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/e5/
-rw-r--r-- root/root   9695056 2025-02-05 20:54 ./usr/lib/debug/.build-id/e5/54da7129a1ca261706b3622d23289470e03551.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/e6/
-rw-r--r-- root/root   9573464 2025-02-05 20:54 ./usr/lib/debug/.build-id/e6/ec713f9d8d3533cb29316de0a859b6c0639e6f.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/f9/
-rw-r--r-- root/root  10800848 2025-02-05 20:54 ./usr/lib/debug/.build-id/f9/d09053e91e029fd13c5e24272920681e708d41.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/fb/
-rw-r--r-- root/root   9263296 2025-02-05 20:54 ./usr/lib/debug/.build-id/fb/4f1b4fc488aba2a2263a393f804ecbd7c668f6.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/fe/
-rw-r--r-- root/root    213248 2025-02-05 20:54 ./usr/lib/debug/.build-id/fe/b5dca5b6dfe18746d034cf68f63a42789c10f3.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-02-05 20:54 ./usr/share/doc/llama.cpp-dbgsym -> llama.cpp
control file for llama.cpp-hip_4616+dfsg-1~exp1_amd64.deb (click to toggle)
Package:llama.cpp-hip
Source:llama.cpp
Version:4616+dfsg-1~exp1
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:841792
Depends:llama.cpp, libamdhip64-5 (>=4.5.2), libc6 (>=2.38), libgcc-s1 (>=3.0), libgomp1 (>=4.9), libhipblas0 (>=5.3.3), librocblas0 (>=5.3.3), libstdc++6 (>=11)
Conflicts:llama.cpp-backend
Provides:llama.cpp-backend
Section:science
Priority:optional
Multi-Arch:same
Homepage:https://github.com/ggerganov/llama.cpp/
Description:
LLM inference in C/C++ - HIP backend, for AMD GPUs
 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
 .
 On Debian, llama.cpp is shipped as a package that depends on one of the CPU
 or GPU backends.
 .
 This package provides the HIP backend, for AMD GPUs.
lintian 2.104.0 check for llama.cpp-hip_4616+dfsg-1~exp1_amd64.deb (click to toggle)
contents of llama.cpp-hip_4616+dfsg-1~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-02-05 20:54 ./
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/
-rw-r--r-- root/root    452784 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/libggml-base.so
-rw-r--r-- root/root    297304 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/libggml-cpu.so
-rw-r--r-- root/root 859651856 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/libggml-hip.so
-rw-r--r-- root/root     55304 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/libggml.so
-rw-r--r-- root/root   1512640 2025-02-05 20:54 ./usr/lib/x86_64-linux-gnu/llama.cpp/libllama.so
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/doc/llama.cpp-hip/
-rw-r--r-- root/root       171 2025-02-05 20:54 ./usr/share/doc/llama.cpp-hip/changelog.Debian.gz
-rw-r--r-- root/root     10731 2025-02-05 20:54 ./usr/share/doc/llama.cpp-hip/copyright
control file for llama.cpp-hip-dbgsym_4616+dfsg-1~exp1_amd64.deb (click to toggle)
Package:llama.cpp-hip-dbgsym
Source:llama.cpp
Version:4616+dfsg-1~exp1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:9253
Depends:llama.cpp-hip (=4616+dfsg-1~exp1)
Section:debug
Priority:optional
Multi-Arch:same
Description:
debug symbols for llama.cpp-hip
Build-Ids:0ce3d879e2b93bf7ae56174773550a521c78c4ea 26efbf06d35085846d0c45133e986e1edb55c094 8c2600aa89d3aac5106b1d37756cf0ee30e563d7 c2b994b8acda9210c7f0574caa1e7b634b55f04c d3844271454734c94def4920dea19a4e293686ff
lintian 2.104.0 check for llama.cpp-hip-dbgsym_4616+dfsg-1~exp1_amd64.deb (click to toggle)
contents of llama.cpp-hip-dbgsym_4616+dfsg-1~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-02-05 20:54 ./
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/0c/
-rw-r--r-- root/root    489800 2025-02-05 20:54 ./usr/lib/debug/.build-id/0c/e3d879e2b93bf7ae56174773550a521c78c4ea.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/26/
-rw-r--r-- root/root   1793464 2025-02-05 20:54 ./usr/lib/debug/.build-id/26/efbf06d35085846d0c45133e986e1edb55c094.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/8c/
-rw-r--r-- root/root   5939656 2025-02-05 20:54 ./usr/lib/debug/.build-id/8c/2600aa89d3aac5106b1d37756cf0ee30e563d7.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/c2/
-rw-r--r-- root/root    964096 2025-02-05 20:54 ./usr/lib/debug/.build-id/c2/b994b8acda9210c7f0574caa1e7b634b55f04c.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/lib/debug/.build-id/d3/
-rw-r--r-- root/root    270384 2025-02-05 20:54 ./usr/lib/debug/.build-id/d3/844271454734c94def4920dea19a4e293686ff.debug
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/
drwxr-xr-x root/root         0 2025-02-05 20:54 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-02-05 20:54 ./usr/share/doc/llama.cpp-hip-dbgsym -> llama.cpp-hip

Timestamp: 05.02.2025 / 23:03:14 (UTC)