diff --git a/gguf-py/gguf/constants.py b/gguf-py/gguf/constants.py index 0bed540e1..468861e87 100644 --- a/gguf-py/gguf/constants.py +++ b/gguf-py/gguf/constants.py @@ -37,7 +37,7 @@ class Keys: DESCRIPTION = "general.description" QUANTIZED_BY = "general.quantized_by" - SIZE_LABEL = "general.size_label" + SIZE_LABEL = "general.size_label" # Licensing details LICENSE = "general.license"