chore: Fix spacing
This commit is contained in:
parent
1a286c8e21
commit
3ba01c7a0e
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue