From b2aac685d5f0dd72ccd0765823630119fb121fd0 Mon Sep 17 00:00:00 2001 From: teleprint-me <77757836+teleprint-me@users.noreply.github.com> Date: Tue, 21 May 2024 16:07:12 -0400 Subject: [PATCH] docs: Fix comment --- 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 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