flake--
This commit is contained in:
parent
27caf19917
commit
8737ca16f3
1 changed files with 5 additions and 4 deletions
|
@ -25,6 +25,7 @@ class MetadataDetails:
|
|||
value: Any
|
||||
description: str = ''
|
||||
|
||||
|
||||
def get_byteorder(reader: gguf.GGUFReader) -> gguf.GGUFEndian:
|
||||
if np.uint32(1) == np.uint32(1).newbyteorder("<"):
|
||||
# Host is little endian
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue