Outlines v0.0.5
What's Changed
- Create masks from regex by @rlouf in #124
- Add mps backend for Pytorch in HF models by @arunpatro in #138
- Update development statement by @dgerlanc in #146
- Add coverage checks to CI by @brandonwillard in #149
- Add retry mechanism for openai API calls by @harshkumarchourasia in #129
- Add
Transformers
model andCompletion
sequence generation by @rlouf in #139 - Updates for Pydantic 2.0 by @brandonwillard in #168
- Add basic parser-driven masking utilities by @brandonwillard in #131
- Parser-driven masking updates for basic "off-line" vocabulary pre-parsing by @brandonwillard in #171
- Use PyTorch instead of NumPy by @rlouf in #167
- Add
Integer
sequence generator by @rlouf in #166 - Add
Regex
generation method by @rlouf in #175 - Fix overview document and a type hint by @mlelarge in #183
- Stop generation with
Continuation
when a specific string was generated by @rlouf in #187 - Make sure
Continuation
andRegex
use the correct device by @brandonwillard in #195 - Generalize parse state cloning by @brandonwillard in #172
- Clone and patch parse state in example by @brandonwillard in #199
New Contributors
- @arunpatro made their first contribution in #138
- @dgerlanc made their first contribution in #146
- @mlelarge made their first contribution in #183
Full Changelog: 0.0.4...0.0.5