What's changed
- Fixes a regression in segmentation training
- Updates in repository model handling/fetching
- Pins safetensors to 0.6.2
- Adds WandB logging support
Unclaimed project
Are you a maintainer of kraken? Claim this project to take control of your public changelog and roadmap.
kraken 7.0 introduces major changes to training, inference, model handling, and extensibility.
If you are upgrading from 6.0.x as an average user, start with Breaking Changes and Command Line Behavior.
Install the latest available 7.0 pre-release from PyPI:
$ pip install --upgrade --pre kraken
Install this specific beta explicitly:
Corrects a regression where blla.segment() would not load a default model when none was explicitly defined on the CLI.
--device option from ketos rotrain and use the value from the base command instead.