docs: Fix comment
This commit is contained in:
parent
83b9fcd3e4
commit
b2aac685d5
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue