diff --git a/gguf-py/gguf/constants.py b/gguf-py/gguf/constants.py index 222a2d137..c839f7e97 100644 --- a/gguf-py/gguf/constants.py +++ b/gguf-py/gguf/constants.py @@ -18,6 +18,8 @@ GGML_QUANT_VERSION = 2 # GGML_QNT_VERSION from ggml.h class Keys: + EMBEDDED_FILES = "embedded_files" + class General: ARCHITECTURE = "general.architecture" QUANTIZATION_VERSION = "general.quantization_version"