Outlines v0.0.35
What's Changed
- Fix/fsm race condition by @saattrupdan in #718
- Allow specifying own Hugging Face tokenizer instance by @shawnz in #717
- Put
prompt_token_ids
,attentions_mask
andweights
on the same device by @rlouf in #719 - Fixing Enum with only one element being ignored by @isamu-isozaki in #721
- Escape JSON property names in regex by @sami-t in #724
- Clean the
transformers
andllamacpp
interfaces by @rlouf in #727 - Modify openai model to receive openai client as argument during initialization by @RobinPicard in #593
- Refactor the FSM module by @rlouf in #734
- Add
Guide
interface by @rlouf in #737 - Feat/add transformers integration by @saattrupdan in #728
New Contributors
- @shawnz made their first contribution in #717
- @isamu-isozaki made their first contribution in #721
- @sami-t made their first contribution in #724
Full Changelog: 0.0.34...0.0.35