ggml.h : reverse GGUF_MAGIC
This commit is contained in:
parent
3c1b7217a9
commit
c20ae49b59
1 changed files with 1 additions and 1 deletions
2
ggml.h
2
ggml.h
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue