docs: Fix comment
This commit is contained in:
parent
83b9fcd3e4
commit
b2aac685d5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue