Debian NEW package overview for llama.cpp
llama.cpp_5141+dfsg-1~exp1_amd64.changes (click to toggle)
Format:1.8
Date:Tue, 15 Apr 2025 22:05:21 +0200
Source:llama.cpp
Binary:llama.cpp llama.cpp-dbgsym
Architecture:source amd64
Version:5141+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++
Closes:1063763
Changes:
llama.cpp (5141+dfsg-1~exp1) experimental; urgency=medium

  * Initial release (Closes: #1063763)
Files:
23ef0c38fdc0b797d3df1e82c252204d 2054 science optional llama.cpp_5141+dfsg-1~exp1.dsc
06014dc6b5253bf84527173e4d38951e 13968584 science optional llama.cpp_5141+dfsg.orig.tar.xz
3d2c1c0fedc25d1c81c2e4fddd54056d 6828 science optional llama.cpp_5141+dfsg-1~exp1.debian.tar.xz
42c7e06fa3574e09a4e11ba985e05de7 244535696 debug optional llama.cpp-dbgsym_5141+dfsg-1~exp1_amd64.deb
d48eb2289002d7f0cb68098c288f0e67 8109 science optional llama.cpp_5141+dfsg-1~exp1_amd64.buildinfo
fbcd62764d09b384186c2e9be4ca0b77 5976276 science optional llama.cpp_5141+dfsg-1~exp1_amd64.deb
llama.cpp_5141+dfsg-1~exp1.dsc (click to toggle)
Format:3.0 (quilt)
Source:llama.cpp
Binary:llama.cpp
Architecture:any
Version:5141+dfsg-1~exp1
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Uploaders:Christian Kastner <ckk@debian.org>
Homepage:https://github.com/ggml-org/llama.cpp/
Standards-Version:4.7.2
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), libcurl4-openssl-dev, libggml-cpu, pkgconf
Package-List:llama.cpp deb science optional arch=any
Files:
06014dc6b5253bf84527173e4d38951e 13968584 llama.cpp_5141+dfsg.orig.tar.xz
3d2c1c0fedc25d1c81c2e4fddd54056d 6828 llama.cpp_5141+dfsg-1~exp1.debian.tar.xz
lintian 2.104.0 check for llama.cpp_5141+dfsg-1~exp1.dsc (click to toggle)
README.source for llama.cpp_5141+dfsg-1~exp1.dsc (click to toggle)
No README.source in this package
control file for llama.cpp_5141+dfsg-1~exp1_amd64.deb (click to toggle)
Package:llama.cpp
Version:5141+dfsg-1~exp1
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:51353
Depends:libggml-cpu | libggml-backend, python3, libc6 (>=2.38), libcurl4t64 (>=7.16.2), libgcc-s1 (>=3.0), libstdc++6 (>=14)
Section:science
Priority:optional
Multi-Arch:foreign
Homepage:https://github.com/ggml-org/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
 .
 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.
lintian 2.104.0 check for llama.cpp_5141+dfsg-1~exp1_amd64.deb (click to toggle)
contents of llama.cpp_5141+dfsg-1~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-04-15 20:05 ./
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/bin/
-rwxr-xr-x root/root    261997 2025-04-15 11:45 ./usr/bin/convert_hf_to_gguf
-rwxr-xr-x root/root   1584624 2025-04-15 20:05 ./usr/bin/llama-batched
-rwxr-xr-x root/root   1584624 2025-04-15 20:05 ./usr/bin/llama-batched-bench
-rwxr-xr-x root/root    389184 2025-04-15 20:05 ./usr/bin/llama-bench
-rwxr-xr-x root/root   1617400 2025-04-15 20:05 ./usr/bin/llama-cli
-rwxr-xr-x root/root    286136 2025-04-15 20:05 ./usr/bin/llama-convert-llama2c-to-ggml
-rwxr-xr-x root/root   1609200 2025-04-15 20:05 ./usr/bin/llama-cvector-generator
-rwxr-xr-x root/root   1588720 2025-04-15 20:05 ./usr/bin/llama-embedding
-rwxr-xr-x root/root   1584624 2025-04-15 20:05 ./usr/bin/llama-eval-callback
-rwxr-xr-x root/root   1609224 2025-04-15 20:05 ./usr/bin/llama-export-lora
-rwxr-xr-x root/root     18760 2025-04-15 20:05 ./usr/bin/llama-gbnf-validator
-rwxr-xr-x root/root   1842832 2025-04-15 20:05 ./usr/bin/llama-gemma3-cli
-rwxr-xr-x root/root   1580528 2025-04-15 20:05 ./usr/bin/llama-gen-docs
-rwxr-xr-x root/root     22928 2025-04-15 20:05 ./usr/bin/llama-gguf
-rwxr-xr-x root/root     72088 2025-04-15 20:05 ./usr/bin/llama-gguf-hash
-rwxr-xr-x root/root     39344 2025-04-15 20:05 ./usr/bin/llama-gguf-split
-rwxr-xr-x root/root   1592816 2025-04-15 20:05 ./usr/bin/llama-gritlm
-rwxr-xr-x root/root   1621488 2025-04-15 20:05 ./usr/bin/llama-imatrix
-rwxr-xr-x root/root   1601016 2025-04-15 20:05 ./usr/bin/llama-infill
-rwxr-xr-x root/root   1830544 2025-04-15 20:05 ./usr/bin/llama-llava-cli
-rwxr-xr-x root/root    396864 2025-04-15 20:05 ./usr/bin/llama-llava-clip-quantize-cli
-rwxr-xr-x root/root   1588720 2025-04-15 20:05 ./usr/bin/llama-lookahead
-rwxr-xr-x root/root   1605104 2025-04-15 20:05 ./usr/bin/llama-lookup
-rwxr-xr-x root/root   1596912 2025-04-15 20:05 ./usr/bin/llama-lookup-create
-rwxr-xr-x root/root     51600 2025-04-15 20:05 ./usr/bin/llama-lookup-merge
-rwxr-xr-x root/root   1601008 2025-04-15 20:05 ./usr/bin/llama-lookup-stats
-rwxr-xr-x root/root   1830544 2025-04-15 20:05 ./usr/bin/llama-minicpmv-cli
-rwxr-xr-x root/root   1592816 2025-04-15 20:05 ./usr/bin/llama-parallel
-rwxr-xr-x root/root   1584624 2025-04-15 20:05 ./usr/bin/llama-passkey
-rwxr-xr-x root/root   1662448 2025-04-15 20:05 ./usr/bin/llama-perplexity
-rwxr-xr-x root/root    286128 2025-04-15 20:05 ./usr/bin/llama-quantize
-rwxr-xr-x root/root    175544 2025-04-15 20:05 ./usr/bin/llama-quantize-stats
-rwxr-xr-x root/root   1834640 2025-04-15 20:05 ./usr/bin/llama-qwen2vl-cli
-rwxr-xr-x root/root   1596912 2025-04-15 20:05 ./usr/bin/llama-retrieval
-rwxr-xr-x root/root   1306168 2025-04-15 20:05 ./usr/bin/llama-run
-rwxr-xr-x root/root   1584624 2025-04-15 20:05 ./usr/bin/llama-save-load-state
-rwxr-xr-x root/root   2264968 2025-04-15 20:05 ./usr/bin/llama-server
-rwxr-xr-x root/root     22856 2025-04-15 20:05 ./usr/bin/llama-simple
-rwxr-xr-x root/root     22864 2025-04-15 20:05 ./usr/bin/llama-simple-chat
-rwxr-xr-x root/root   1609200 2025-04-15 20:05 ./usr/bin/llama-speculative
-rwxr-xr-x root/root   1592816 2025-04-15 20:05 ./usr/bin/llama-speculative-simple
-rwxr-xr-x root/root    261560 2025-04-15 20:05 ./usr/bin/llama-tokenize
-rwxr-xr-x root/root   1687032 2025-04-15 20:05 ./usr/bin/llama-tts
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/x86_64-linux-gnu/
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/x86_64-linux-gnu/llama.cpp/
-rw-r--r-- root/root   1619384 2025-04-15 20:05 ./usr/lib/x86_64-linux-gnu/llama.cpp/libllama.so
-rw-r--r-- root/root    408888 2025-04-15 20:05 ./usr/lib/x86_64-linux-gnu/llama.cpp/libllava_shared.so
-rw-r--r-- root/root    413008 2025-04-15 20:05 ./usr/lib/x86_64-linux-gnu/llama.cpp/libmtmd_shared.so
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/share/
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/share/doc/llama.cpp/
-rw-r--r-- root/root       170 2025-04-15 20:05 ./usr/share/doc/llama.cpp/changelog.Debian.gz
-rw-r--r-- root/root     10726 2025-04-15 20:05 ./usr/share/doc/llama.cpp/copyright
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/share/lintian/
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       546 2025-04-15 20:05 ./usr/share/lintian/overrides/llama.cpp
control file for llama.cpp-dbgsym_5141+dfsg-1~exp1_amd64.deb (click to toggle)
Package:llama.cpp-dbgsym
Source:llama.cpp
Version:5141+dfsg-1~exp1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Debian Deep Learning Team <debian-ai@lists.debian.org>
Installed-Size:261128
Depends:llama.cpp (=5141+dfsg-1~exp1)
Section:debug
Priority:optional
Description:
debug symbols for llama.cpp
Build-Ids:023e2990b053c4c7c273babab616c80254e42ea9 04d94db4582c15b3405c191d412c0de725cb173b 0c02cddbf21f823a76bff4f89407a221bd62d8dd 1a4bfe78851fb8616a978987f6b1a21c4b1908ed 1f61b5a26eedd0cd0657a35de857cdea56b3b431 229c125227b52f6fd66e47807c25ffeb63ad436d 242284554936835b511e6d9404796648b24bced0 3f1fe2921a93fddba3d15fe3243b93244f2a69cb 44b334ea3f0a03836df25831552f94636f2856f1 4563741964fa3534e8114eb96c7f25c8c764d4bb 4868f92d93a5d234c4cd1662ba24a263bc7d9e04 4e80f55efd4b503d8580c1d880b4863b420af3fa 4eecb5f56818fccd6a49541fed08118685b2ec16 554b14a7963fc561eb50ca6e5fa0100f92d092ad 649e544814f9d8efe399c9f779de0a8408a6d924 691c307af87ab1f645cc1f72b2914c4890cf3cfd 6a1a7bc090e56bdb20cafce0b038f27c4b29be33 6bb4c758fb5f5df64f38ce133b55cb8d3ebcf9d7 6d60416ce01b41a8b809a95658ba9989bba6daaf 71463faaef13ed6227becfb7cf2cea3fcb4aac5d 8225b336349629aebb5c3cbe09c846d29b24515c 82b14143d146afd229c669b64647b7751229479e 8af4ca9f46c358489f5a7eef607709b9f01e46aa 93f46bc2621624c726bf9c2f444e95cabe683e93 944505b476b011cbc713fd099f71cc835f4dcf01 971da5cb5c6ce0b822f7e22f128757fb4cea2291 9a894e62c78fea9095b441c5e2ee935414680047 a97804d36ed8ac217780324d110d3d708a661faa af8d4ba6f41dddc001607365ff23d452d4564e65 b0211e049070f615121e2f23cda9266460f9aa5f b6d7864dcad0417ed311ee0477cecccb000adc6d ba7cdae4a5c63b121e5eb55c36f7bf6ea726cc70 c3fd246ce2ed3a230a686f830d045b579db47c62 cc19ae8a5f928eea7855d9fbcba9a084b33bc90c d031821c6caaad244a0afd6441a072a3d3ca8d0d d26c8af32fea50336d71a32aef09947bcba2b3e0 d62a7b382e2203e3ba5a420ae14bc4e135d47c53 d6b5f1bd5e4061670f674add9fa7ec0910cc63c1 ddbf4ba5095736119e3f1440113a95d5c14c4a30 ed57f983d0c54da64b572f55eb4d698b8be22fae ee15faacb0e118999cfa2651e4c613350fae4e13 f2312aeae300164a8ad50b9be0a0055c9b4fb214 f30ec36a47ae8a7bae02b5cf8b6935147786e1b3 f9029be6403c31a4c5430a69ebd942d67b8ada37 f9b8037c214dc3b5d992cad8f1a45e6f9dbe0e48
lintian 2.104.0 check for llama.cpp-dbgsym_5141+dfsg-1~exp1_amd64.deb (click to toggle)
contents of llama.cpp-dbgsym_5141+dfsg-1~exp1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-04-15 20:05 ./
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/02/
-rw-r--r-- root/root   8292080 2025-04-15 20:05 ./usr/lib/debug/.build-id/02/3e2990b053c4c7c273babab616c80254e42ea9.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/04/
-rw-r--r-- root/root   8322624 2025-04-15 20:05 ./usr/lib/debug/.build-id/04/d94db4582c15b3405c191d412c0de725cb173b.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/0c/
-rw-r--r-- root/root   8186952 2025-04-15 20:05 ./usr/lib/debug/.build-id/0c/02cddbf21f823a76bff4f89407a221bd62d8dd.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/1a/
-rw-r--r-- root/root   8230728 2025-04-15 20:05 ./usr/lib/debug/.build-id/1a/4bfe78851fb8616a978987f6b1a21c4b1908ed.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/1f/
-rw-r--r-- root/root   8239368 2025-04-15 20:05 ./usr/lib/debug/.build-id/1f/61b5a26eedd0cd0657a35de857cdea56b3b431.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/22/
-rw-r--r-- root/root   8318952 2025-04-15 20:05 ./usr/lib/debug/.build-id/22/9c125227b52f6fd66e47807c25ffeb63ad436d.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/24/
-rw-r--r-- root/root     37576 2025-04-15 20:05 ./usr/lib/debug/.build-id/24/2284554936835b511e6d9404796648b24bced0.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/3f/
-rw-r--r-- root/root   8194328 2025-04-15 20:05 ./usr/lib/debug/.build-id/3f/1fe2921a93fddba3d15fe3243b93244f2a69cb.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/44/
-rw-r--r-- root/root   1988120 2025-04-15 20:05 ./usr/lib/debug/.build-id/44/b334ea3f0a03836df25831552f94636f2856f1.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/45/
-rw-r--r-- root/root   9232352 2025-04-15 20:05 ./usr/lib/debug/.build-id/45/63741964fa3534e8114eb96c7f25c8c764d4bb.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/48/
-rw-r--r-- root/root   8332208 2025-04-15 20:05 ./usr/lib/debug/.build-id/48/68f92d93a5d234c4cd1662ba24a263bc7d9e04.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/4e/
-rw-r--r-- root/root     56432 2025-04-15 20:05 ./usr/lib/debug/.build-id/4e/80f55efd4b503d8580c1d880b4863b420af3fa.debug
-rw-r--r-- root/root   7818224 2025-04-15 20:05 ./usr/lib/debug/.build-id/4e/ecb5f56818fccd6a49541fed08118685b2ec16.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/55/
-rw-r--r-- root/root   8192984 2025-04-15 20:05 ./usr/lib/debug/.build-id/55/4b14a7963fc561eb50ca6e5fa0100f92d092ad.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/64/
-rw-r--r-- root/root   1231776 2025-04-15 20:05 ./usr/lib/debug/.build-id/64/9e544814f9d8efe399c9f779de0a8408a6d924.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/69/
-rw-r--r-- root/root     95672 2025-04-15 20:05 ./usr/lib/debug/.build-id/69/1c307af87ab1f645cc1f72b2914c4890cf3cfd.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/6a/
-rw-r--r-- root/root   9363904 2025-04-15 20:05 ./usr/lib/debug/.build-id/6a/1a7bc090e56bdb20cafce0b038f27c4b29be33.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/6b/
-rw-r--r-- root/root    948216 2025-04-15 20:05 ./usr/lib/debug/.build-id/6b/b4c758fb5f5df64f38ce133b55cb8d3ebcf9d7.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/6d/
-rw-r--r-- root/root   8440480 2025-04-15 20:05 ./usr/lib/debug/.build-id/6d/60416ce01b41a8b809a95658ba9989bba6daaf.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/71/
-rw-r--r-- root/root   8297824 2025-04-15 20:05 ./usr/lib/debug/.build-id/71/463faaef13ed6227becfb7cf2cea3fcb4aac5d.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/82/
-rw-r--r-- root/root   9343944 2025-04-15 20:05 ./usr/lib/debug/.build-id/82/25b336349629aebb5c3cbe09c846d29b24515c.debug
-rw-r--r-- root/root   8354208 2025-04-15 20:05 ./usr/lib/debug/.build-id/82/b14143d146afd229c669b64647b7751229479e.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/8a/
-rw-r--r-- root/root   8220920 2025-04-15 20:05 ./usr/lib/debug/.build-id/8a/f4ca9f46c358489f5a7eef607709b9f01e46aa.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/93/
-rw-r--r-- root/root    677632 2025-04-15 20:05 ./usr/lib/debug/.build-id/93/f46bc2621624c726bf9c2f444e95cabe683e93.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/94/
-rw-r--r-- root/root   1051216 2025-04-15 20:05 ./usr/lib/debug/.build-id/94/4505b476b011cbc713fd099f71cc835f4dcf01.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/97/
-rw-r--r-- root/root   8209248 2025-04-15 20:05 ./usr/lib/debug/.build-id/97/1da5cb5c6ce0b822f7e22f128757fb4cea2291.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/9a/
-rw-r--r-- root/root     59088 2025-04-15 20:05 ./usr/lib/debug/.build-id/9a/894e62c78fea9095b441c5e2ee935414680047.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/a9/
-rw-r--r-- root/root   8170480 2025-04-15 20:05 ./usr/lib/debug/.build-id/a9/7804d36ed8ac217780324d110d3d708a661faa.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/af/
-rw-r--r-- root/root   9369768 2025-04-15 20:05 ./usr/lib/debug/.build-id/af/8d4ba6f41dddc001607365ff23d452d4564e65.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/b0/
-rw-r--r-- root/root   1083688 2025-04-15 20:05 ./usr/lib/debug/.build-id/b0/211e049070f615121e2f23cda9266460f9aa5f.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/b6/
-rw-r--r-- root/root   1172056 2025-04-15 20:05 ./usr/lib/debug/.build-id/b6/d7864dcad0417ed311ee0477cecccb000adc6d.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/ba/
-rw-r--r-- root/root   8532104 2025-04-15 20:05 ./usr/lib/debug/.build-id/ba/7cdae4a5c63b121e5eb55c36f7bf6ea726cc70.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/c3/
-rw-r--r-- root/root   8313632 2025-04-15 20:05 ./usr/lib/debug/.build-id/c3/fd246ce2ed3a230a686f830d045b579db47c62.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/cc/
-rw-r--r-- root/root   8211184 2025-04-15 20:05 ./usr/lib/debug/.build-id/cc/19ae8a5f928eea7855d9fbcba9a084b33bc90c.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/d0/
-rw-r--r-- root/root   6521976 2025-04-15 20:05 ./usr/lib/debug/.build-id/d0/31821c6caaad244a0afd6441a072a3d3ca8d0d.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/d2/
-rw-r--r-- root/root   9526472 2025-04-15 20:05 ./usr/lib/debug/.build-id/d2/6c8af32fea50336d71a32aef09947bcba2b3e0.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/d6/
-rw-r--r-- root/root     55912 2025-04-15 20:05 ./usr/lib/debug/.build-id/d6/2a7b382e2203e3ba5a420ae14bc4e135d47c53.debug
-rw-r--r-- root/root  12160424 2025-04-15 20:05 ./usr/lib/debug/.build-id/d6/b5f1bd5e4061670f674add9fa7ec0910cc63c1.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/dd/
-rw-r--r-- root/root    196976 2025-04-15 20:05 ./usr/lib/debug/.build-id/dd/bf4ba5095736119e3f1440113a95d5c14c4a30.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/ed/
-rw-r--r-- root/root   1236120 2025-04-15 20:05 ./usr/lib/debug/.build-id/ed/57f983d0c54da64b572f55eb4d698b8be22fae.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/ee/
-rw-r--r-- root/root   8253368 2025-04-15 20:05 ./usr/lib/debug/.build-id/ee/15faacb0e118999cfa2651e4c613350fae4e13.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/f2/
-rw-r--r-- root/root   8323424 2025-04-15 20:05 ./usr/lib/debug/.build-id/f2/312aeae300164a8ad50b9be0a0055c9b4fb214.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/f3/
-rw-r--r-- root/root   8212888 2025-04-15 20:05 ./usr/lib/debug/.build-id/f3/0ec36a47ae8a7bae02b5cf8b6935147786e1b3.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.build-id/f9/
-rw-r--r-- root/root    216176 2025-04-15 20:05 ./usr/lib/debug/.build-id/f9/029be6403c31a4c5430a69ebd942d67b8ada37.debug
-rw-r--r-- root/root   8170624 2025-04-15 20:05 ./usr/lib/debug/.build-id/f9/b8037c214dc3b5d992cad8f1a45e6f9dbe0e48.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.dwz/
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/lib/debug/.dwz/x86_64-linux-gnu/
-rw-r--r-- root/root   1855840 2025-04-15 20:05 ./usr/lib/debug/.dwz/x86_64-linux-gnu/llama.cpp.debug
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/share/
drwxr-xr-x root/root         0 2025-04-15 20:05 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-04-15 20:05 ./usr/share/doc/llama.cpp-dbgsym -> llama.cpp

Timestamp: 15.04.2025 / 23:02:42 (UTC)