Releases: transformerlab/transformerlab-app
Releases · transformerlab/transformerlab-app
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
0.6.1
v0.6.1 Bump version to 0.6.1
0.6.0
- Simpler installer: Performance improvements and app no longer pauses for user input between steps
- Tool Use: Early preview of Tool Use / Function Calling in chat with demo weather and calculator tools
- Batch Prompting: support for executing batches of prompts simultaneously
- Tokenization Visualizer: Tokenize screen to analyze how a model will tokenize a string
- Interact Dropdown: Consolidated interaction screens in one screen (incl. "Query Docs", "Embeddings" and many new screens)
- Better Streaming: Fixes for streaming on "Completions" and "Prompt Templates" pages
- Export to Hugging Face
0.5.0
v0.5.0 Bump version to 0.5.0
0.4.0
What's New
- Addition of several new training plugins that support a variety of methods including RLHF, DPO, ORPO, SIMPO and SFT.
- Initial support for multimodal models
- Improvements to training interface, including ability to stop a training job
- Plugins now have readme pages that are displayed in the app
0.3.9
- Added Qwen 2 models to the gallery
- Added a number of popular datasets to the gallery
- Update training templates to use Jinja => requires update to existing training templates
- You can now edit training templates
- First UI updates to reorganize training template creation
- Added a Gated badge to gated models and an explanation and link to any agreements required to use gated models
- Generated models have a separate page in the model zoo
- Bug fixes: issues starting up Mistral v0.3 models, downloading models can cause a database lock
0.3.8
- Installer improvements to fix recently reported permission issues
- Initial support for importing models including importing from a local directory (only works if you are running LocalConnection API)
- Adding wikipedia to the data gallery and API support for dataset configurations
- Added a tag to identify gated models in the Model Zoo
- PyTorch and flash_attn version added to server info
- Initial cleanup of API for jobs and plugins