Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert change from NDArray in this file
  • Loading branch information
robbiemu committed May 19, 2025
commit 4cfda13d7d1cdd803edbd1815d3ee5f587818dfd
2 changes: 1 addition & 1 deletion gguf-py/gguf/gguf_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class ReaderTensor(NamedTuple):
n_elements: int
n_bytes: int
data_offset: int
data: np.ndarray
data: npt.NDArray[Any]
field: ReaderField


Expand Down
Loading