From c20ae49b5917e5a961140a01b08a0e56e4c0fb6d Mon Sep 17 00:00:00 2001 From: klosax <131523366+klosax@users.noreply.github.com> Date: Thu, 17 Aug 2023 23:23:17 +0200 Subject: [PATCH] ggml.h : reverse GGUF_MAGIC --- ggml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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