ggml.h : reverse GGUF_MAGIC

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

2
ggml.h
View File

@ -214,7 +214,7 @@
#define GGML_EXIT_SUCCESS 0
#define GGML_EXIT_ABORTED 1
#define GGUF_MAGIC 0x47475546 // "GGUF"
#define GGUF_MAGIC 0x46554747 // "GGUF"
#define GGUF_VERSION 1
#define GGUF_DEFAULT_ALIGNMENT 32