-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Misc. bug: in version 0.16.2, the gguf-dump CLI tool fails due to a missing PySide6 module, indicating an unintended GUI depende #13054
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
bug
Something isn't working
Comments
FYI, I have just run at the same issue iin pure Linux, so hopefully your pull request will make it asap to the code. Ref:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Name and Version
~ $ 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
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'
~ $
First Bad Commit
gguf-0.16.2
See also: termux/termux-packages#21004 (comment)
Relevant log output
Ver. 1.3
The text was updated successfully, but these errors were encountered: