chore: Fix line spacing

This commit is contained in:
teleprint-me 2024-05-18 16:59:20 -04:00
parent 832b449cbd
commit b6f70b8a0e
No known key found for this signature in database
GPG key ID: B0D11345E65C4D48

View file

@ -6,17 +6,15 @@ from typing import Any
# #
# constants # constants
# #
GGUF_MAGIC = 0x46554747 # "GGUF" GGUF_MAGIC = 0x46554747 # "GGUF"
GGUF_VERSION = 3 GGUF_VERSION = 3
GGUF_DEFAULT_ALIGNMENT = 32 GGUF_DEFAULT_ALIGNMENT = 32
GGML_QUANT_VERSION = 2 # GGML_QNT_VERSION from ggml.h GGML_QUANT_VERSION = 2 # GGML_QNT_VERSION from ggml.h
# #
# metadata keys # metadata keys
# #
class Keys: class Keys:
class General: class General:
ARCHITECTURE = "general.architecture" ARCHITECTURE = "general.architecture"