What's Changed
- Fix GPU usage by removing
device
fromTransformers
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
- @cpcdoy made their first contribution in #569
- @hodlen made their first contribution in #568
- @trungsudo made their first contribution in #574
- @alexandremuzio made their first contribution in #580
- @younes-io made their first contribution in #583
Full Changelog: 0.1.10...0.1.11