Skip to content

Commit 4cfda13

Browse files
committed
revert change from NDArray in this file
1 parent 822c83c commit 4cfda13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gguf-py/gguf/gguf_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class ReaderTensor(NamedTuple):
106106
n_elements: int
107107
n_bytes: int
108108
data_offset: int
109-
data: np.ndarray
109+
data: npt.NDArray[Any]
110110
field: ReaderField
111111

112112

0 commit comments

Comments
 (0)