Yixin Dong

Results 44 comments of Yixin Dong

> > Hi [@gryffindor-rr](https://github.com/gryffindor-rr), thanks for asking about the C++ API! XGrammar's Python API is a simple wrapper around the C++ API, so you can refer to our [Python documentation](https://xgrammar.mlc.ai/docs/api/python/index.html)...

@rajbirs-cerebras Thanks for your suggestion! We have some ongoing optimization plan for the grammar compilation, and that would significantly reduce the time of that. I think there could be some...

@mm-lemainque Thanks for the report! I think the handling of unicode within character classes is problematic. We will try to fix it recently.

Thanks for the feature request! This is planned in later versions. Please stay tuned!

Thanks for the suggestion and your in-depth reflection about XGrammar's architecture! I took some time to carefully think through this issue. The current architecture using _handle and PIMPL actually considers...

Thanks for the detailed explanation! I understand your point. But one difference is that (based on my understanding of Mojo, please correct me if I’m wrong) your code involves more...

@do420 Thanks for asking this. The only missing part of the support for NPU is the apply_token_bitmask_inplace kernel. It's definitely beneficial to get NPU supported. Contribution of a NPU kernel...

This is a bug in unicode impl. We can still support unicode and fix this problem in a recent version.

Thanks for the suggestion! We will add it the later versions.

@chris-monardo There was a bug in the exception handling logic. It should be fixed in #352 . Please try that out after it's merged and check if any error still...