docs: Fix comment

This commit is contained in:
teleprint-me 2024-05-21 16:07:12 -04:00
parent 83b9fcd3e4
commit b2aac685d5
No known key found for this signature in database
GPG key ID: B0D11345E65C4D48

View file

@ -946,7 +946,7 @@ class LLaMaVocabType(IntEnum):
# #
# LLaMa Model Types # HuggingFace Model File Types
# #
class HFModelFileType(IntEnum): class HFModelFileType(IntEnum):
UNK = auto() # Unsupported file type UNK = auto() # Unsupported file type