gguf.py : bump GGUF version
This commit is contained in:
parent
3656b3ce81
commit
ba335ff5b2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue