chore: Fix spacing
This commit is contained in:
parent
1a286c8e21
commit
3ba01c7a0e
|
|
@ -781,11 +781,10 @@ MODEL_TENSOR_SKIP: dict[MODEL_ARCH, list[MODEL_TENSOR]] = {
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# types
|
# types
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
class TokenType(IntEnum):
|
class TokenType(IntEnum):
|
||||||
NORMAL = 1
|
NORMAL = 1
|
||||||
UNKNOWN = 2
|
UNKNOWN = 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue