Skip to content

Commit 73ee68a

Browse files
authored
type fix
1 parent bbd3946 commit 73ee68a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gguf-py/gguf/vocab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class SpecialVocab:
5252
add_special_token: dict[str, bool]
5353
special_token_ids: dict[str, int]
5454
chat_template: str | Sequence[Mapping[str, str]] | None
55-
normalizer_lowercase: bool
55+
normalizer_lowercase: bool | None
5656

5757
def __init__(
5858
self, path: str | os.PathLike[str], load_merges: bool = False,

0 commit comments

Comments
 (0)