0.1.11
版本发布时间: 2024-02-01 06:58:47
guidance-ai/guidance最新发布版本:0.2.0rc1(2024-08-20 08:33:44)
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 https://github.com/guidance-ai/guidance/pull/569 - Adding streaming support under guidance v0.1 by @hodlen in https://github.com/guidance-ai/guidance/pull/568
- Fix typos in intro_to_guidance.ipynb by @trungsudo in https://github.com/guidance-ai/guidance/pull/574
- Update "Basic Tutorial" link in README.md by @alexandremuzio in https://github.com/guidance-ai/guidance/pull/580
- Prompt role blocks debug output + new prompt implementation example by @cpcdoy in https://github.com/guidance-ai/guidance/pull/578
- WIP: fix: AzureOpenAI authentication to support API Key auth by @younes-io in https://github.com/guidance-ai/guidance/pull/583
- Allow client/server guidance execution by @slundberg in https://github.com/guidance-ai/guidance/pull/586
New Contributors
- @cpcdoy made their first contribution in https://github.com/guidance-ai/guidance/pull/569
- @hodlen made their first contribution in https://github.com/guidance-ai/guidance/pull/568
- @trungsudo made their first contribution in https://github.com/guidance-ai/guidance/pull/574
- @alexandremuzio made their first contribution in https://github.com/guidance-ai/guidance/pull/580
- @younes-io made their first contribution in https://github.com/guidance-ai/guidance/pull/583
Full Changelog: https://github.com/guidance-ai/guidance/compare/0.1.10...0.1.11