diff --git a/gguf-py/gguf/constants.py b/gguf-py/gguf/constants.py index 9ffc90b43..bef04744a 100644 --- a/gguf-py/gguf/constants.py +++ b/gguf-py/gguf/constants.py @@ -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"