fix: adjust type typo

This commit is contained in:
drbh 2024-02-14 00:31:50 +00:00
parent d849641b28
commit 8b13c47d63

View File

@ -232,7 +232,7 @@ class HeterogeneousNextTokenChooser:
seeds: List[int],
tokenizer: PreTrainedTokenizerBase,
grammars: List[str],
grammar_types: List[GrammarType],
grammar_types: List[int],
fsm_grammar_states=List[int],
):
warpers = []