Skip to content

Releases: JoshuaChou2018/AutoBA

AutoBA v0.4.0 Release

19 Aug 08:15
c94ef40

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

AutoBA v0.3.0 Release

22 Jul 08:49
fe7e2b0

Choose a tag to compare

What's Changed

  • merge Dev v0.3.0 to main by @JoshuaChou2018 in #5
  • support more LLMs
  • RAG
  • fix minor bugs
  • optimized pipeline

New Contributors

Full Changelog: v0.2.0...v0.3.0

AutoBA v0.2.0 Release

17 Jan 08:58

Choose a tag to compare

  • add new feature: GUI

AutoBA v0.1.2 Release

10 Jan 10:20

Choose a tag to compare

Update model engines:

Dynamic Engine: dynamic update version

  • gpt-3.5-turbo: Currently points to gpt-3.5-turbo-0613, 4,096 tokens, Up to Sep 2021
  • gpt-4: Currently points to gpt-4-0613, 8,192 tokens, Up to Sep 2021 (default)

Fixed Engine: snapshot version

  • gpt-3.5-turbo-1106: Updated GPT 3.5 Turbo, 16,385 tokens, Up to Sep 2021
  • gpt-4-0613: Snapshot of gpt-4 from June 13th 2023 with improved function calling support, 8,192 tokens, Up to Sep 2021
  • gpt-4-32k-0613: Snapshot of gpt-4-32k from June 13th 2023 with improved function calling support, 32,768 tokens, Up to Sep 2021
  • gpt-4-1106-preview: GPT-4 Turbo, 128,000 tokens, Up to Apr 2023
  • codellama-7bi: 7b-Instruct
  • codellama-13bi: 13b-Instruct
  • codellama-34bi: 34b-Instruct
  • llama2-7bc: llama-2-7b-chat
  • llama2-13bc: llama-2-13b-chat
  • llama2-70bc: llama-2-70b-chat

AutoBA v0.1.1 Release

23 Dec 14:46

Choose a tag to compare

  • update v-env management for executor

AutoBA v0.1.0 Release

22 Dec 14:25

Choose a tag to compare

  • milestone stable version
  • add LLM support to the executor and ACR module

AutoBA v0.0.3 Release

21 Dec 09:59

Choose a tag to compare

  • Updated executor
  • Add ACR module
  • Provide docker version

AutoBA v0.0.2 release

29 Nov 08:11

Choose a tag to compare

Features

  • updated executor
  • tested on 40 cases