chore: Fix spacing

This commit is contained in:
teleprint-me 2024-05-18 00:10:42 -04:00
parent 1a286c8e21
commit 3ba01c7a0e
No known key found for this signature in database
GPG key ID: B0D11345E65C4D48

View file

@ -781,11 +781,10 @@ MODEL_TENSOR_SKIP: dict[MODEL_ARCH, list[MODEL_TENSOR]] = {
],
}
#
# types
#
class TokenType(IntEnum):
NORMAL = 1
UNKNOWN = 2