gguf.py : bump GGUF version
This commit is contained in:
parent
3656b3ce81
commit
ba335ff5b2
|
|
@ -13,7 +13,7 @@ from typing import Any, IO, List, Optional
|
|||
#
|
||||
|
||||
GGUF_MAGIC = 0x46554747
|
||||
GGUF_VERSION = 1
|
||||
GGUF_VERSION = 2
|
||||
GGUF_DEFAULT_ALIGNMENT = 32
|
||||
|
||||
# general
|
||||
|
|
|
|||
Loading…
Reference in New Issue