Skip to content

0.1.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@slundberg slundberg released this 31 Jan 22:58
· 353 commits to main since this release

What's Changed

  • Fix GPU usage by removing device from Transformers class wrapper to use the device/device_map directly exposed by HF Transformers in kwargs by @cpcdoy in #569
  • Adding streaming support under guidance v0.1 by @hodlen in #568
  • Fix typos in intro_to_guidance.ipynb by @trungsudo in #574
  • Update "Basic Tutorial" link in README.md by @alexandremuzio in #580
  • Prompt role blocks debug output + new prompt implementation example by @cpcdoy in #578
  • WIP: fix: AzureOpenAI authentication to support API Key auth by @younes-io in #583
  • Allow client/server guidance execution by @slundberg in #586

New Contributors

Full Changelog: 0.1.10...0.1.11