From a4289e2aab0fd41318776d1bcd20075fe23e929b Mon Sep 17 00:00:00 2001 From: katsu560 Date: Sat, 10 Aug 2024 19:57:20 +0900 Subject: [PATCH] add EMBEDDED --- gguf-py/gguf/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gguf-py/gguf/constants.py b/gguf-py/gguf/constants.py index 89efe0c80..4ba3e50d8 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: TYPE = "general.type" ARCHITECTURE = "general.architecture"