Skip to content

v1.1.5

Compare
Choose a tag to compare
@Ankush-lastmile Ankush-lastmile released this 12 Dec 03:29
· 1392 commits to main since this release
959a554

Changelog

Python Version 1.1.5 (2023-12-11)

NPM Version 1.0.8 (2023-12-11)

Full Changelog:

Features

  • python-sdk: Evaluation harness for AIConfig. Supports text input/output evaluation with native AIConfig Interface (tutorial) as well as an integration with Promptfoo (tutorial). See README for details
  • python-sdk: Support for PaLM Text as a core model Parser
  • typescript-sdk: Support for PaLM Text as a core model parser (8902bef)
PaLM.Text.Example.mov

Bug Fixes

  • python-extension HuggingFace Transformers Extension: Fixed bug where we're not properly appending outputs for multiple return sequences (49da477)
  • python-extension HuggingFace Transformers Extension: Fixed a bug that defaulted model to GPT-2. (1c28f7c)

Extensions

  • python-extension: Extension for LLama-Guard using pytorch (86cf687)