summaryrefslogtreecommitdiff
path: root/gguf-py
diff options
context:
space:
mode:
authorCebtenzzre <cebtenzzre@gmail.com>2023-09-27 12:18:07 -0400
committerGitHub <noreply@github.com>2023-09-27 12:18:07 -0400
commit20c7e1e804690f3db58bd33eb56f8c6aa4735c63 (patch)
tree5c768feefd0e547085c620811a2fb56ad642933c /gguf-py
parentdc6897404e141c74cbbf8030ecfebd74e1815411 (diff)
gguf : fix a few general keys (#3341)
Diffstat (limited to 'gguf-py')
-rw-r--r--gguf-py/gguf/gguf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gguf-py/gguf/gguf.py b/gguf-py/gguf/gguf.py
index e0e0dbcb..598cf8e5 100644
--- a/gguf-py/gguf/gguf.py
+++ b/gguf-py/gguf/gguf.py
@@ -32,7 +32,7 @@ KEY_GENERAL_URL = "general.url"
KEY_GENERAL_DESCRIPTION = "general.description"
KEY_GENERAL_LICENSE = "general.license"
KEY_GENERAL_SOURCE_URL = "general.source.url"
-KEY_GENERAL_SOURCE_HF_REPO = "general.source.hugginface.repository"
+KEY_GENERAL_SOURCE_HF_REPO = "general.source.huggingface.repository"
KEY_GENERAL_FILE_TYPE = "general.file_type"
# LLM