--- /srv/rebuilderd/tmp/rebuilderdO5R1rl/inputs/llama.cpp-examples_9721+dfsg-1_ppc64el.deb +++ /srv/rebuilderd/tmp/rebuilderdO5R1rl/out/llama.cpp-examples_9721+dfsg-1_ppc64el.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2026-06-23 19:11:21.000000 debian-binary │ -rw-r--r-- 0 0 0 2376 2026-06-23 19:11:21.000000 control.tar.xz │ --rw-r--r-- 0 0 0 325220 2026-06-23 19:11:21.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 325356 2026-06-23 19:11:21.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -31,15 +31,15 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 13230 2026-06-23 19:11:21.000000 ./usr/share/doc/llama.cpp-examples/copyright │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-06-23 19:11:21.000000 ./usr/share/lintian/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-06-23 19:11:21.000000 ./usr/share/lintian/overrides/ │ │ │ -rw-r--r-- 0 root (0) root (0) 156 2026-06-23 19:11:21.000000 ./usr/share/lintian/overrides/llama.cpp-examples │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-06-23 19:11:21.000000 ./usr/share/man/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-06-23 19:11:21.000000 ./usr/share/man/man1/ │ │ │ -rw-r--r-- 0 root (0) root (0) 6155 2026-06-23 19:11:21.000000 ./usr/share/man/man1/llama-batched.1.gz │ │ │ --rw-r--r-- 0 root (0) root (0) 6362 2026-06-23 19:11:21.000000 ./usr/share/man/man1/llama-debug.1.gz │ │ │ +-rw-r--r-- 0 root (0) root (0) 6494 2026-06-23 19:11:21.000000 ./usr/share/man/man1/llama-debug.1.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 6377 2026-06-23 19:11:21.000000 ./usr/share/man/man1/llama-diffusion-cli.1.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 6466 2026-06-23 19:11:21.000000 ./usr/share/man/man1/llama-embedding.1.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 5958 2026-06-23 19:11:21.000000 ./usr/share/man/man1/llama-eval-callback.1.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 6357 2026-06-23 19:11:21.000000 ./usr/share/man/man1/llama-finetune.1.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 401 2026-06-23 19:11:21.000000 ./usr/share/man/man1/llama-gguf-hash.1.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 252 2026-06-23 19:11:21.000000 ./usr/share/man/man1/llama-gguf.1.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 6014 2026-06-23 19:11:21.000000 ./usr/share/man/man1/llama-idle.1.gz │ │ ├── ./usr/share/man/man1/llama-debug.1.gz │ │ │ ├── llama-debug.1 │ │ │ │ @@ -480,7 +480,21 @@ │ │ │ │ (env: LLAMA_ARG_EMBEDDINGS) │ │ │ │ .PP │ │ │ │ \fB\-\-save\-logits\fR save final logits to files for verification (default: false) │ │ │ │ \fB\-\-logits\-output\-dir\fR PATH directory for saving logits output files (default: data) │ │ │ │ \fB\-\-tensor\-filter\fR REGEX filter tensor names for debug output (regex pattern, can be specified │ │ │ │ .IP │ │ │ │ multiple times) │ │ │ │ +.PP │ │ │ │ +example usage: │ │ │ │ +.IP │ │ │ │ +Print tensors: │ │ │ │ +.IP │ │ │ │ +obj\-powerpc64le\-linux\-gnu/bin/llama\-debug \fB\-m\fR model.gguf \fB\-p\fR "Hello my name is" \fB\-\-verbose\fR │ │ │ │ +.IP │ │ │ │ +The tensors to be printed can be filtered with \fB\-\-tensor\-filter\fR option. │ │ │ │ +.IP │ │ │ │ +Save logits/embeddings: │ │ │ │ +.IP │ │ │ │ +obj\-powerpc64le\-linux\-gnu/bin/llama\-debug \fB\-m\fR model.gguf \fB\-p\fR "Hello my name is" \fB\-\-save\-logits\fR │ │ │ │ +.IP │ │ │ │ +Add \fB\-\-embedding\fR to save embeddings