gguf.py : bump GGUF version

This commit is contained in:
Georgi Gerganov 2023-08-26 22:13:05 +03:00
parent 3656b3ce81
commit ba335ff5b2
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -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