gguf : bump version to 2

This commit is contained in:
Georgi Gerganov 2023-08-26 21:52:27 +03:00
parent c7d92e6dfe
commit 5f1fffd2d4
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

2
ggml.h
View file

@ -216,7 +216,7 @@
#define GGML_EXIT_ABORTED 1 #define GGML_EXIT_ABORTED 1
#define GGUF_MAGIC 0x46554747 // "GGUF" #define GGUF_MAGIC 0x46554747 // "GGUF"
#define GGUF_VERSION 1 #define GGUF_VERSION 2
#define GGUF_DEFAULT_ALIGNMENT 32 #define GGUF_DEFAULT_ALIGNMENT 32