mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
fix: adjust type typo
This commit is contained in:
parent
d849641b28
commit
8b13c47d63
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user