Skip to content

Releases: transformerlab/transformerlab-app

0.9.4

06 Feb 21:41
Compare
Choose a tag to compare
v0.9.4

Bump version to 0.9.4

0.9.3

04 Feb 16:47
Compare
Choose a tag to compare

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

29 Jan 14:20
Compare
Choose a tag to compare
v0.9.2

Bump version to 0.9.2

0.9.0

28 Jan 18:54
Compare
Choose a tag to compare
  • 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:

  • Models appear as Gated when automatically logged in to HuggingFace (#219)
  • installing conda on readonly partition error
  • Broken docs link (#220)
  • VLLM: Numerous issues fixed

0.8.1

22 Jan 16:11
Compare
Choose a tag to compare

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

17 Jan 16:18
Compare
Choose a tag to compare

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

Full Changelog: v0.7.5...v0.8.0

0.7.5

10 Jan 18:19
Compare
Choose a tag to compare

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

28 Dec 01:25
Compare
Choose a tag to compare
v0.7.2

Bump version to 0.7.2

0.7.1

02 Dec 15:41
Compare
Choose a tag to compare
v0.7.1

Bump version to 0.7.1

0.6.2

15 Nov 18:47
Compare
Choose a tag to compare
  • 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