This PR adds a contrib folder under python/xgrammar and implements xgrammar.contrib.hf.LogitsProcessor.
We also add examples/hf_transformers on how to use XGrammar in Huggingface's transformers library with a minimal LogitsProcessor. The API is the following
This PR adds a
contrib
folder underpython/xgrammar
and implementsxgrammar.contrib.hf.LogitsProcessor
.We also add
examples/hf_transformers
on how to use XGrammar in Huggingface's transformers library with a minimal LogitsProcessor. The API is the following