From 2c060303a65f7dfc0194f820757e35baddaf8400 Mon Sep 17 00:00:00 2001 From: Brian Date: Sat, 13 Jul 2024 22:02:09 +1000 Subject: [PATCH] Update constants.py : spacing correction --- 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 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"