diff --git a/ggml.h b/ggml.h index ad12c133e..27f4b0ed8 100644 --- a/ggml.h +++ b/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