gguf.py : reverse GGUF_MAGIC

This commit is contained in:
klosax 2023-08-17 23:24:04 +02:00 committed by GitHub
parent c20ae49b59
commit 147a99bd3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ from typing import Any, IO, List
# constants
#
GGUF_MAGIC = 0x47475546
GGUF_MAGIC = 0x46554747
GGUF_VERSION = 1
GGUF_DEFAULT_ALIGNMENT = 32