Closed CharlieFRuan closed 1 week ago
This PR changes from from xgrammar.testing import _allocate_token_bitmask to from xgrammar import allocate_token_bitmask.
from xgrammar.testing import _allocate_token_bitmask
from xgrammar import allocate_token_bitmask
Passed all test with pytest .
pytest .
This PR changes from
from xgrammar.testing import _allocate_token_bitmask
tofrom xgrammar import allocate_token_bitmask
.Passed all test with
pytest .