Skip to content

Commit

Permalink
patch: Apply fix for backward compat for source repo
Browse files Browse the repository at this point in the history
  • Loading branch information
teleprint-me committed Jun 1, 2024
1 parent c447010 commit 647d252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gguf-py/gguf/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 647d252

Please sign in to comment.