Skip to content

Commit

Permalink
[init] v0.0.3 (#19)
Browse files Browse the repository at this point in the history
v0.0.3 introduces these changes:
1. Introduces TokenizerInfo to uniformly handle various tokenizers, including huggingface tokenizer, tiktoken and mlc-llm tokenizer-cpp.
2. Introduces GrammarMatcherInitContext, an object that can be used to fast initialize multiple GrammarMatchers. A cache for GrammarMatcherInitContext called GrammarMatcherInitContextCache is introduces as well.
3. Introduces WebAssembly bindings for web uses.
4. Documents are refined for clearity.
  • Loading branch information
Ubospica authored Oct 14, 2024
1 parent 53e5174 commit 88566f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/xgrammar/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

__version__ = "0.0.2"
__version__ = "0.0.3"

0 comments on commit 88566f3

Please sign in to comment.