diff --git a/gguf-py/gguf/constants.py b/gguf-py/gguf/constants.py index 978fcada3..9ffc90b43 100644 --- a/gguf-py/gguf/constants.py +++ b/gguf-py/gguf/constants.py @@ -781,11 +781,10 @@ MODEL_TENSOR_SKIP: dict[MODEL_ARCH, list[MODEL_TENSOR]] = { ], } + # # types # - - class TokenType(IntEnum): NORMAL = 1 UNKNOWN = 2