0.0.5
版本发布时间: 2023-07-20 03:14:02
outlines-dev/outlines最新发布版本:0.0.11(2023-11-15 20:45:59)
What's Changed
- Create masks from regex by @rlouf in https://github.com/normal-computing/outlines/pull/124
- Add mps backend for Pytorch in HF models by @arunpatro in https://github.com/normal-computing/outlines/pull/138
- Update development statement by @dgerlanc in https://github.com/normal-computing/outlines/pull/146
- Add coverage checks to CI by @brandonwillard in https://github.com/normal-computing/outlines/pull/149
- Add retry mechanism for openai API calls by @harshkumarchourasia in https://github.com/normal-computing/outlines/pull/129
- Add
Transformers
model andCompletion
sequence generation by @rlouf in https://github.com/normal-computing/outlines/pull/139 - Updates for Pydantic 2.0 by @brandonwillard in https://github.com/normal-computing/outlines/pull/168
- Add basic parser-driven masking utilities by @brandonwillard in https://github.com/normal-computing/outlines/pull/131
- Parser-driven masking updates for basic "off-line" vocabulary pre-parsing by @brandonwillard in https://github.com/normal-computing/outlines/pull/171
- Use PyTorch instead of NumPy by @rlouf in https://github.com/normal-computing/outlines/pull/167
- Add
Integer
sequence generator by @rlouf in https://github.com/normal-computing/outlines/pull/166 - Add
Regex
generation method by @rlouf in https://github.com/normal-computing/outlines/pull/175 - Fix overview document and a type hint by @mlelarge in https://github.com/normal-computing/outlines/pull/183
- Stop generation with
Continuation
when a specific string was generated by @rlouf in https://github.com/normal-computing/outlines/pull/187 - Make sure
Continuation
andRegex
use the correct device by @brandonwillard in https://github.com/normal-computing/outlines/pull/195 - Generalize parse state cloning by @brandonwillard in https://github.com/normal-computing/outlines/pull/172
- Clone and patch parse state in example by @brandonwillard in https://github.com/normal-computing/outlines/pull/199
New Contributors
- @arunpatro made their first contribution in https://github.com/normal-computing/outlines/pull/138
- @dgerlanc made their first contribution in https://github.com/normal-computing/outlines/pull/146
- @mlelarge made their first contribution in https://github.com/normal-computing/outlines/pull/183
Full Changelog: https://github.com/normal-computing/outlines/compare/0.0.4...0.0.5