From 647d25282b10be7be7e59ad72a4e582596349f8c Mon Sep 17 00:00:00 2001 From: teleprint-me <77757836+teleprint-me@users.noreply.github.com> Date: Fri, 31 May 2024 20:43:00 -0400 Subject: [PATCH] patch: Apply fix for backward compat for source repo --- gguf-py/gguf/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gguf-py/gguf/constants.py b/gguf-py/gguf/constants.py index 569f8719a5660..7e13e289ae6d0 100644 --- a/gguf-py/gguf/constants.py +++ b/gguf-py/gguf/constants.py @@ -1121,7 +1121,7 @@ class GGUFPreTokenizerType(Enum): KEY_GENERAL_DESCRIPTION = GGUFMetadataKeys.General.DESCRIPTION KEY_GENERAL_LICENSE = GGUFMetadataKeys.General.LICENSE KEY_GENERAL_SOURCE_URL = GGUFMetadataKeys.General.SOURCE_URL -KEY_GENERAL_SOURCE_HF_REPO = GGUFMetadataKeys.General.SOURCE_HF_REPO +KEY_GENERAL_SOURCE_REPO = GGUFMetadataKeys.General.SOURCE_REPO KEY_GENERAL_FILE_TYPE = GGUFMetadataKeys.General.FILE_TYPE # LLM