Issue in xgrammar repo: mlc-ai/xgrammar#617
The xgrammar issue has a repro script that we can use to test. Within our own code, we can running test/formatters/granite/test_intrinsics_formatters.py::test_run_transformers without CICD set, resulting in:
TypeError: Mismatched type on argument #1 when calling: `xgrammar.tvm_ffi_binding.GrammarMatcher.accept_token(0: xgrammar.tvm_ffi_binding.Grammar...
Pinning to v0.1.33 fixed the issue.
Issue in xgrammar repo: mlc-ai/xgrammar#617
The xgrammar issue has a repro script that we can use to test. Within our own code, we can running
test/formatters/granite/test_intrinsics_formatters.py::test_run_transformerswithout CICD set, resulting in:Pinning to v0.1.33 fixed the issue.