gguf.py : reverse GGUF_MAGIC
This commit is contained in:
parent
c20ae49b59
commit
147a99bd3a
1 changed files with 1 additions and 1 deletions
2
gguf.py
2
gguf.py
|
@ -11,7 +11,7 @@ from typing import Any, IO, List
|
||||||
# constants
|
# constants
|
||||||
#
|
#
|
||||||
|
|
||||||
GGUF_MAGIC = 0x47475546
|
GGUF_MAGIC = 0x46554747
|
||||||
GGUF_VERSION = 1
|
GGUF_VERSION = 1
|
||||||
GGUF_DEFAULT_ALIGNMENT = 32
|
GGUF_DEFAULT_ALIGNMENT = 32
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue