Releases: JoshuaChou2018/AutoBA
Releases · JoshuaChou2018/AutoBA
AutoBA v0.4.0 Release
AutoBA v0.3.0 Release
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
- @JoshuaChou2018 made their first contribution in #5
Full Changelog: v0.2.0...v0.3.0
AutoBA v0.2.0 Release
- add new feature: GUI
AutoBA v0.1.2 Release
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
- update v-env management for executor
AutoBA v0.1.0 Release
- milestone stable version
- add LLM support to the executor and ACR module
AutoBA v0.0.3 Release
- Updated executor
- Add ACR module
- Provide docker version
AutoBA v0.0.2 release
Features
- updated executor
- tested on 40 cases