Skip to content

Outlines v0.0.35

Compare
Choose a tag to compare
@rlouf rlouf released this 12 Mar 17:47
· 188 commits to main since this release

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 and weights 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 and llamacpp 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

Full Changelog: 0.0.34...0.0.35