diff --git a/convert-hf-to-gguf.py b/convert-hf-to-gguf.py index 9892a17e7..32cad0987 100755 --- a/convert-hf-to-gguf.py +++ b/convert-hf-to-gguf.py @@ -24,6 +24,7 @@ import gguf ###### MODEL DEFINITIONS ###### + class SentencePieceTokenTypes(IntEnum): NORMAL = 1 UNKNOWN = 2