1 parent bbd3946 commit 73ee68aCopy full SHA for 73ee68a
1 file changed
gguf-py/gguf/vocab.py
@@ -52,7 +52,7 @@ class SpecialVocab:
52
add_special_token: dict[str, bool]
53
special_token_ids: dict[str, int]
54
chat_template: str | Sequence[Mapping[str, str]] | None
55
- normalizer_lowercase: bool
+ normalizer_lowercase: bool | None
56
57
def __init__(
58
self, path: str | os.PathLike[str], load_merges: bool = False,
0 commit comments