gguf : bump version to 2
This commit is contained in:
parent
c7d92e6dfe
commit
5f1fffd2d4
1 changed files with 1 additions and 1 deletions
2
ggml.h
2
ggml.h
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue