chore: Fix line spacing
This commit is contained in:
parent
832b449cbd
commit
b6f70b8a0e
1 changed files with 1 additions and 3 deletions
|
@ -6,17 +6,15 @@ from typing import Any
|
|||
#
|
||||
# constants
|
||||
#
|
||||
|
||||
GGUF_MAGIC = 0x46554747 # "GGUF"
|
||||
GGUF_VERSION = 3
|
||||
GGUF_DEFAULT_ALIGNMENT = 32
|
||||
GGML_QUANT_VERSION = 2 # GGML_QNT_VERSION from ggml.h
|
||||
|
||||
|
||||
#
|
||||
# metadata keys
|
||||
#
|
||||
|
||||
|
||||
class Keys:
|
||||
class General:
|
||||
ARCHITECTURE = "general.architecture"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue