github mlc-ai/xgrammar v0.1.23

latest release: v0.1.24
21 days ago

Highlights

  • Significant speedup for grammars with repeat, e.g., a{1, 100}. Now the preprocessing of it is O(1) instead of O(n)
  • Release the new serialization library
  • Fix bugs about max_rollback_tokens
  • Fix bugs in cuda kernels
  • Refactor: migrate the grammar backend to FSMs

What's Changed

New Contributors

Full Changelog: v0.1.22...v0.1.23

Don't miss a new xgrammar release

NewReleases is sending notifications on new releases.