We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570284c commit 9b5f727Copy full SHA for 9b5f727
python/xgrammar/matcher.py
@@ -404,8 +404,6 @@ def batch_fill_next_token_bitmask(
404
Bitmask_batch_size could be larger than the actual batch size to allow padding.
405
Bitmask_size equals to ceil(vocab_size/32), and could be computed through
406
xgrammar.allocate_token_bitmask.
407
-
408
409
indices : Optional[List[int]], default: None
410
A list of indices to specify which rows in the bitmask to fill. If None, fill
411
the bitmask [0:len(matchers))].
0 commit comments