--- /srv/rebuilderd/tmp/rebuilderdZX3pGa/inputs/llama.cpp-tools-extra_9413+dfsg-1_ppc64el.deb +++ /srv/rebuilderd/tmp/rebuilderdZX3pGa/out/llama.cpp-tools-extra_9413+dfsg-1_ppc64el.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2026-05-31 11:33:18.000000 debian-binary │ -rw-r--r-- 0 0 0 2008 2026-05-31 11:33:18.000000 control.tar.xz │ --rw-r--r-- 0 0 0 391024 2026-05-31 11:33:18.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 391248 2026-05-31 11:33:18.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./control │ │ │ @@ -1,13 +1,13 @@ │ │ │ Package: llama.cpp-tools-extra │ │ │ Source: llama.cpp │ │ │ Version: 9413+dfsg-1 │ │ │ Architecture: ppc64el │ │ │ Maintainer: Debian Deep Learning Team │ │ │ -Installed-Size: 2014 │ │ │ +Installed-Size: 2015 │ │ │ Depends: llama.cpp-tools (= 9413+dfsg-1), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libggml0 (>= 0.13.1), libllama0 (>= 9413+dfsg), libstdc++6 (>= 13.1) │ │ │ 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/ │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -35,13 +35,13 @@ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-05-31 11:33:18.000000 ./usr/share/lintian/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-05-31 11:33:18.000000 ./usr/share/lintian/overrides/ │ │ │ -rw-r--r-- 0 root (0) root (0) 289 2026-05-31 11:33:18.000000 ./usr/share/lintian/overrides/llama.cpp-tools-extra │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-05-31 11:33:18.000000 ./usr/share/man/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-05-31 11:33:18.000000 ./usr/share/man/man1/ │ │ │ -rw-r--r-- 0 root (0) root (0) 6329 2026-05-31 11:33:18.000000 ./usr/share/man/man1/llama-batched-bench.1.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 514 2026-05-31 11:33:18.000000 ./usr/share/man/man1/llama-gguf-split.1.gz │ │ │ --rw-r--r-- 0 root (0) root (0) 6373 2026-05-31 11:33:18.000000 ./usr/share/man/man1/llama-imatrix.1.gz │ │ │ +-rw-r--r-- 0 root (0) root (0) 6525 2026-05-31 11:33:18.000000 ./usr/share/man/man1/llama-imatrix.1.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 7079 2026-05-31 11:33:18.000000 ./usr/share/man/man1/llama-mtmd-cli.1.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 6465 2026-05-31 11:33:18.000000 ./usr/share/man/man1/llama-perplexity.1.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 6037 2026-05-31 11:33:18.000000 ./usr/share/man/man1/llama-results.1.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 729 2026-05-31 11:33:18.000000 ./usr/share/man/man1/llama-tokenize.1.gz │ │ │ --rw-r--r-- 0 root (0) root (0) 6116 2026-05-31 11:33:18.000000 ./usr/share/man/man1/llama-tts.1.gz │ │ │ +-rw-r--r-- 0 root (0) root (0) 6181 2026-05-31 11:33:18.000000 ./usr/share/man/man1/llama-tts.1.gz │ │ ├── ./usr/share/man/man1/llama-imatrix.1.gz │ │ │ ├── llama-imatrix.1 │ │ │ │ @@ -476,7 +476,17 @@ │ │ │ │ \fB\-\-output\-format\fR {gguf,dat} output format for imatrix file (default: gguf) │ │ │ │ \fB\-\-save\-frequency\fR N save an imatrix copy every N iterations (default: 0) │ │ │ │ \fB\-\-process\-output\fR collect data for the output tensor (default: false) │ │ │ │ \fB\-\-ppl\fR, \fB\-\-no\-ppl\fR whether to compute perplexity (default: true) │ │ │ │ \fB\-\-chunk\fR, \fB\-\-from\-chunk\fR N start processing the input from chunk N (default: 0) │ │ │ │ \fB\-\-show\-statistics\fR show imatrix statistics and then exit (default: false) │ │ │ │ \fB\-\-parse\-special\fR parse special tokens (chat, tool, etc) (default: false) │ │ │ │ +.PP │ │ │ │ +example usage: │ │ │ │ +.IP │ │ │ │ +obj\-powerpc64le\-linux\-gnu/bin/llama\-imatrix \e │ │ │ │ +.HP │ │ │ │ +\fB\-m\fR model.gguf \fB\-f\fR some\-text.txt [\-o imatrix.gguf] [\-\-output\-format {gguf,dat}] [\-\-no\-ppl] \e │ │ │ │ +.IP │ │ │ │ +[\-\-process\-output] [\-\-chunk 123] [\-\-save\-frequency 0] [\-\-output\-frequency 10] \e │ │ │ │ +[\-\-in\-file imatrix\-prev\-0.gguf \fB\-\-in\-file\fR imatrix\-prev\-1.gguf ...] [\-\-parse\-special] \e │ │ │ │ +[\-\-show\-statistics] [...] │ │ ├── ./usr/share/man/man1/llama-tts.1.gz │ │ │ ├── llama-tts.1 │ │ │ │ @@ -466,7 +466,11 @@ │ │ │ │ \fB\-o\fR, \fB\-\-output\fR, \fB\-\-output\-file\fR FNAME output file (default: 'output.wav') │ │ │ │ \fB\-mv\fR, \fB\-\-model\-vocoder\fR FNAME vocoder model for audio generation (default: unused) │ │ │ │ \fB\-\-tts\-use\-guide\-tokens\fR Use guide tokens to improve TTS word recall │ │ │ │ \fB\-\-tts\-speaker\-file\fR FNAME speaker file path for audio generation │ │ │ │ \fB\-\-tts\-oute\-default\fR use default OuteTTS models (note: can download weights from the │ │ │ │ .IP │ │ │ │ internet) │ │ │ │ +.PP │ │ │ │ +example usage: │ │ │ │ +.IP │ │ │ │ +obj\-powerpc64le\-linux\-gnu/bin/llama\-tts \fB\-m\fR model.gguf \fB\-p\fR "Hello!"