Skip to content

Commit 9b5f727

Browse files
authored
Update python/xgrammar/matcher.py
1 parent 570284c commit 9b5f727

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/xgrammar/matcher.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,6 @@ def batch_fill_next_token_bitmask(
404404
Bitmask_batch_size could be larger than the actual batch size to allow padding.
405405
Bitmask_size equals to ceil(vocab_size/32), and could be computed through
406406
xgrammar.allocate_token_bitmask.
407-
408-
409407
indices : Optional[List[int]], default: None
410408
A list of indices to specify which rows in the bitmask to fill. If None, fill
411409
the bitmask [0:len(matchers))].

0 commit comments

Comments
 (0)