From e4562042a40ac1b4e203708e4860e1d717928e85 Mon Sep 17 00:00:00 2001 From: katsu560 Date: Wed, 26 Jun 2024 04:55:13 +0900 Subject: [PATCH] sync ggml --- 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 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"