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
Which llama.cpp modules do you know to be affected?
Python/Bash scripts
Command line
./bin/gguf-dump model-file.gguf
Problem description & steps to reproduce
When I execute the command above I get the following erroe message.
File "lib/python3.10/site-packages/gguf/scripts/gguf_dump.py", line 24, in get_file_host_endian
host_endian = 'LITTLE' if np.uint32(1) == np.uint32(1).newbyteorder("<") else 'BIG'
AttributeError: newbyteorder was removed from scalar types in NumPy 2.0. Use sc.view(sc.dtype.newbyteorder(order)) instead.
First Bad Commit
No response
Relevant log output
The text was updated successfully, but these errors were encountered:
Name and Version
gguf-dump version from 3. March 2025.
Operating systems
Linux
Which llama.cpp modules do you know to be affected?
Python/Bash scripts
Command line
Problem description & steps to reproduce
When I execute the command above I get the following erroe message.
First Bad Commit
No response
Relevant log output
The text was updated successfully, but these errors were encountered: