Skip to content

Releases: transformerlab/transformerlab-api

v0.7.3

01 Jan 21:58
Compare
Choose a tag to compare

Hotfix for MLX issue between latest logprob changes and latest version of MLX. Also includes a number of logprob updates.

v0.7.2

20 Dec 18:42
Compare
Choose a tag to compare
  • aligned job status to always use RUNNING instead of mix of RUNNING and IN_PROGRESS
  • recipes import returns a list of assets and whether they need to be downloaded or not
  • updated model architecture to MLX and LlamaFactory trainers
  • jobs debug information for settings page

v0.7.1

02 Dec 19:16
Compare
Choose a tag to compare

Hotfix to match updated function signature for generate_step in MLX server.

v0.7.0

30 Nov 21:57
Compare
Choose a tag to compare
  • Llama.cpp/GGUF Fixes: Fixed performance issues for systems with GPU, GGUF models correctly show as downloaded, issues with inference for models with stop_string fixed
  • Model gallery: Added “new” badge and tags, older models archived by default
  • MLX: Libraries updated. Qwen 2.5 support, more LoRA params supported, validation loss added to tensor board
  • Recipes: Gallery added to import screen
  • Datasets: support for showing specific splits in preview

v0.6.8

15 Nov 15:56
Compare
Choose a tag to compare

Initial support for importing and exporting recipes.

v0.6.7

05 Nov 16:16
Compare
Choose a tag to compare

Bumped Llamafile version to latest: v0.8.16

v0.6.6

04 Nov 20:31
Compare
Choose a tag to compare
  • Llamafile Export: You can now export any GGUF model to a self-contained self-executing Llamafile
  • Several Import/Export bug fixes: Mostly for GGUF, plus better error handling and more verbose debug output

v0.6.5

25 Oct 16:17
Compare
Choose a tag to compare

Patch release to support additional validation split names.

v0.6.4

25 Oct 14:48
Compare
Choose a tag to compare

Patch release to add automatic creation of a validation split from training data in MLX trainer plugin.

v0.6.3

23 Oct 18:38
Compare
Choose a tag to compare

If you are training on Apple devices, this update contains important fixes.

  • MLX Trainer:
    • output and tensorboards work again
    • Fixed bugs with validation split not being read properly and added a check for required splits before starting training.
  • Report empty Datasets

Full Changelog: v0.6.2...v0.6.3