diff options
author | Cebtenzzre <cebtenzzre@gmail.com> | 2023-09-27 12:18:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 12:18:07 -0400 |
commit | 20c7e1e804690f3db58bd33eb56f8c6aa4735c63 (patch) | |
tree | 5c768feefd0e547085c620811a2fb56ad642933c /gguf-py | |
parent | dc6897404e141c74cbbf8030ecfebd74e1815411 (diff) |
gguf : fix a few general keys (#3341)
Diffstat (limited to 'gguf-py')
-rw-r--r-- | gguf-py/gguf/gguf.py | 2 |
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 |