diff --git a/gguf-py/gguf/constants.py b/gguf-py/gguf/constants.py index 24bc42938..48a3f31ee 100644 --- a/gguf-py/gguf/constants.py +++ b/gguf-py/gguf/constants.py @@ -946,7 +946,7 @@ class LLaMaVocabType(IntEnum): # -# LLaMa Model Types +# HuggingFace Model File Types # class HFModelFileType(IntEnum): UNK = auto() # Unsupported file type