You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~ $ llama-cli --version
version: 5162 (2016f07)
built with clang version 20.1.3 for aarch64-unknown-linux-android24
~ $ gguf-dump --version
usage: gguf-dump [-h] [--no-tensors] [--json]
[--json-array] [--data-offset]
[--data-alignment] [--markdown]
[--verbose]
model
gguf-dump: error: the following arguments are required: model
~ $
Operating systems
Linux, Termux
Which llama.cpp modules do you know to be affected?
Other (Please specify in the next section)
Command line
Gguf
Problem description & steps to reproduce
Successfully installed gguf-0.16.2
~ $ python /data/data/com.termux/files/usr/bin/gguf-dump
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/gguf-dump", line 5, in
from gguf.scripts import gguf_dump_entrypoint
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/gguf/scripts/init.py", line 7, in
from .gguf_editor_gui import main as gguf_editor_gui_entrypoint
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/gguf/scripts/gguf_editor_gui.py", line 15, in
from PySide6.QtWidgets import (
ModuleNotFoundError: No module named 'PySide6'
~ $