From 3ba01c7a0e8657daf7715024839188bb656cbc8f Mon Sep 17 00:00:00 2001 From: teleprint-me <77757836+teleprint-me@users.noreply.github.com> Date: Sat, 18 May 2024 00:10:42 -0400 Subject: [PATCH] chore: Fix spacing --- gguf-py/gguf/constants.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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