Releases: transformerlab/transformerlab-app
Releases · transformerlab/transformerlab-app
0.9.4
0.9.3
This is a patch build that along with the latest API build (v0.9.6) introduces a number of bug fixes:
- Installer: removed WSL check that was generating an error for some users
- Auto-Updater: modal to display details of automatic app updates
- RAG: openai Connection Error on new installs
- MLX: always show adapters on Foundation page
- Table layout: some buttons were hidden on RAG and training screen if your window width was small
Also a number of small UI improvements to the model gallery and plugins page, a new Documents tab
This also includes the first of a series of major improvements to evaluation that we will introduce in an upcoming build!
0.9.2
v0.9.2 Bump version to 0.9.2
0.9.0
- Support for Deepseek R1 on MLX and fastchat
- new App icon!
- Qwen2 training support added
- Recipes gallery: Improvements to UI and both ML Q&A and WikiSQL recipes
- Model worker API easier to run (fixes #10)
Many bug fixes:
0.8.1
Patch release with a number of bug fixes:
- Installer: Fix to bug that causes installer to hang at end on ubuntu
- Logging console: can be resized, and contains output from more tasks
- ModelZoo: Numerous fixes to make download progress reporting more robust and accurate
- Training: more improvements to error reporting on GPU plugins, additional training parameters added
- Windows: Added checks to make sure all required software is installed
0.8.0
IMPORTANT CHANGE!
The API now runs on port 8338 by default to avoid clashing with other software that was running on port 8000. This new build of the App will look for the server to be on 8338 from now on.
What's Changed
- One of our biggest releases in terms of changes
- On the training page, show the final status of the train (so a train that fails but is complete will show the failure)
- Connect to API faster on Local Connection
- Change default API port to 8338
- Better download progress bars on model download
- Improve Computer Information page
- Show a mini NVIDIA logo if you have an NVIDIA device
- New Logo
- We have a new Log Viewer that is at the bottom of the page -- it streams logs for important tasks
- Fixed the training status text when a failure occurs from success to failure by @sanjaycal in #210
- Update the error message and automatically download a dataset when a part of a recipe is not found by @sanjaycal in #208
New Contributors
- @sanjaycal made their first contribution in #210
Full Changelog: v0.7.5...v0.8.0
0.7.5
Installer improvements:
- Console now works on Windows!
- Fixes for a number of hiccups on Windows
- Improved logging during install
- Fix for slowness/freeze when trying to connect to API
Other improvements:
- Don’t edit stored HuggingFace token if HuggingFace login is already setup and working
- Numerous library and dependency updates
- Updated App icon!
0.7.2
v0.7.2 Bump version to 0.7.2
0.7.1
v0.7.1 Bump version to 0.7.1
0.6.2
- Recipes: alpha release of recipes allows you to import/export training templates via yaml file
- Improved training data visibility: added fields to preview datasets and samples of rendered templated output
- Support repeat for batch completions