--- /srv/rebuilderd/tmp/rebuilderdvN7gMY/inputs/llama.cpp-tools_8941+dfsg-1_arm64.deb +++ /srv/rebuilderd/tmp/rebuilderdvN7gMY/out/llama.cpp-tools_8941+dfsg-1_arm64.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2026-04-26 21:45:18.000000 debian-binary │ -rw-r--r-- 0 0 0 3428 2026-04-26 21:45:18.000000 control.tar.xz │ --rw-r--r-- 0 0 0 1866884 2026-04-26 21:45:18.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 1866836 2026-04-26 21:45:18.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -49,8 +49,8 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 259586 2026-04-26 21:45:18.000000 ./usr/share/llama.cpp-tools/llama-server/themes/wild/llamapattern.png │ │ │ -rw-r--r-- 0 root (0) root (0) 496463 2026-04-26 21:45:18.000000 ./usr/share/llama.cpp-tools/llama-server/themes/wild/wild.png │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-04-26 21:45:18.000000 ./usr/share/man/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-04-26 21:45:18.000000 ./usr/share/man/man1/ │ │ │ -rw-r--r-- 0 root (0) root (0) 1519 2026-04-26 21:45:18.000000 ./usr/share/man/man1/llama-bench.1.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 8700 2026-04-26 21:45:18.000000 ./usr/share/man/man1/llama-cli.1.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 1662 2026-04-26 21:45:18.000000 ./usr/share/man/man1/llama-quantize.1.gz │ │ │ --rw-r--r-- 0 root (0) root (0) 10530 2026-04-26 21:45:18.000000 ./usr/share/man/man1/llama-server.1.gz │ │ │ +-rw-r--r-- 0 root (0) root (0) 10535 2026-04-26 21:45:18.000000 ./usr/share/man/man1/llama-server.1.gz │ │ ├── ./usr/share/man/man1/llama-server.1.gz │ │ │ ├── llama-server.1 │ │ │ │ @@ -1,13 +1,12 @@ │ │ │ │ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. │ │ │ │ .TH LLAMA-SERVER "1" "April 2026" "debian" "User Commands" │ │ │ │ .SH NAME │ │ │ │ llama-server \- llama-server │ │ │ │ .SH DESCRIPTION │ │ │ │ -load_backend: loaded CPU backend from \fI\,/usr/lib/aarch64\-linux\-gnu/ggml/backends0/libggml\-cpu\-armv8.2_2.so\/\fP │ │ │ │ \fB\-\-\-\-\-\fR common params \fB\-\-\-\-\-\fR │ │ │ │ .PP │ │ │ │ \fB\-h\fR, \fB\-\-help\fR, \fB\-\-usage\fR print usage and exit │ │ │ │ \fB\-\-version\fR show version and build info │ │ │ │ \fB\-\-license\fR show source code license and dependencies │ │ │ │ \fB\-cl\fR, \fB\-\-cache\-list\fR show list of models in cache │ │ │ │ \fB\-\-completion\-bash\fR print source\-able bash completion script for llama.cpp │ │ │ │ @@ -490,14 +489,17 @@ │ │ │ │ enabled if number of slots is auto) │ │ │ │ (env: LLAMA_ARG_KV_UNIFIED) │ │ │ │ .PP │ │ │ │ \fB\-\-cache\-idle\-slots\fR, \fB\-\-no\-cache\-idle\-slots\fR │ │ │ │ .TP │ │ │ │ save and clear idle slots on new task (default: enabled, requires │ │ │ │ unified KV and cache\-ram) │ │ │ │ +.IP │ │ │ │ +load_backend: loaded CPU backend from \fI\,/usr/lib/aarch64\-linux\-gnu/ggml/backends0/libggml\-cpu\-armv8.2_2.so\/\fP │ │ │ │ +.IP │ │ │ │ (env: LLAMA_ARG_CACHE_IDLE_SLOTS) │ │ │ │ .SS "--context-shift, --no-context-shift whether to use context shift on infinite text generation (default:" │ │ │ │ .TP │ │ │ │ disabled) │ │ │ │ (env: LLAMA_ARG_CONTEXT_SHIFT) │ │ │ │ .PP │ │ │ │ \fB\-r\fR, \fB\-\-reverse\-prompt\fR PROMPT halt generation at PROMPT, return control in interactive mode