Skip to content

Releases: guidance-ai/guidance

0.0.63

15 Jun 21:03
Compare
Choose a tag to compare
0.0.63 Pre-release
Pre-release

What's Changed

  • Fixed an iPython loading error introduced in 0.0.62
  • Fixed a negative index setting error
  • Use regex to parse OpenAI models by @a2975667 in #240

New Contributors

Full Changelog: 0.0.62...0.0.63

0.0.62

15 Jun 17:30
89289d8
Compare
Choose a tag to compare
0.0.62 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.0.61...0.0.62

0.0.61

02 Jun 18:12
Compare
Choose a tag to compare
0.0.61 Pre-release
Pre-release

0.0.60

02 Jun 14:03
Compare
Choose a tag to compare
0.0.60 Pre-release
Pre-release
  • This is another quick patch for a cache issue when loading transformer models manually.
    Full Changelog: 0.0.59...0.0.60

0.0.59

02 Jun 03:55
Compare
Choose a tag to compare
0.0.59 Pre-release
Pre-release
  • Just a patch to address a cache bug.

Full Changelog: 0.0.58...0.0.59

0.0.58

01 Jun 21:29
cb4571a
Compare
Choose a tag to compare
0.0.58 Pre-release
Pre-release

What's Changed

  • Support for multi-token token healing (healing that requires backing up more than one token).
  • Support falcon models.
  • Fix GPT proverb example with multiple gens by @bcstyle in #137
  • Fix geneach demo code by @Shaunwei in #149
  • Enhance the cache ability by @SimFG in #123
  • Fix partials and empty blocks by @justinbowes in #155
  • Adding Microsoft SECURITY.MD by @microsoft-github-policy-service in #168

New Contributors

  • @bcstyle made their first contribution in #137
  • @Shaunwei made their first contribution in #149
  • @SimFG made their first contribution in #123
  • @justinbowes made their first contribution in #155
  • @microsoft-github-policy-service made their first contribution in #168

Full Changelog: 0.0.57...0.0.58

0.0.57

28 May 05:02
Compare
Choose a tag to compare
0.0.57 Pre-release
Pre-release

What's Changed

  • Now silent=True is the default when streaming the program output.
  • Fixed some bugs with caching, and also select with special EOS tokens in LLaMA.
  • Fix typos by @amqdn in #135

New Contributors

Full Changelog: 0.0.56...0.0.57

0.0.56

26 May 22:53
129b023
Compare
Choose a tag to compare
0.0.56 Pre-release
Pre-release

What's Changed

  • New support for stop_regex with OpenAI models.
  • New support for streaming the results of program execution programmatically both sync and async.
  • Update test_unless.py by @Jvr2022 in #96
  • Add gpt-4-32k and gpt-4-32k-0314 to OpenAI Models by @flavius-popan in #98
  • Support models that doesn't output past_key_values by @younesbelkada in #91
  • add quantization parameters for transformers models by @jquesnelle in #8
  • Fix unnecessary log.txt file creation by @gerelltroche in #106
  • Fix TypeError when serializing out.variables() to JSON by @h-k-nyosu in #120
  • fix: Add missing msal dependency. by @shawnohare in #68
  • Export LLMSession and SyncSession by @abetlen in #66
  • add timeout parameter to POST request by @satarupaguha11 in #125

New Contributors

Full Changelog: 0.0.54...0.0.56

0.0.54

22 May 17:22
Compare
Choose a tag to compare
0.0.54 Pre-release
Pre-release
  • Switch the select command over to a token-id-based process to account for possible non-greedy tokenizer exceptions.

Full Changelog: 0.0.53...0.0.54

0.0.53

21 May 21:38
637a9d3
Compare
Choose a tag to compare
0.0.53 Pre-release
Pre-release

What's Changed

  • Allow for select statements to have options that are prefixes of other options (and fix one select bug with long options).
  • fix repo typo by @marcosmagallanes in #86
  • fix typo by @kajarenc in #85

New Contributors

Full Changelog: 0.0.52...0.0.53