Add ClearML 1.14.1 release note + edit (#755)

This commit is contained in:
pollfly 2024-01-11 14:58:53 +02:00 committed by GitHub
parent 779ff2a096
commit dbf6722999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,16 @@
title: Version 1.14 title: Version 1.14
--- ---
### ClearML Server 1.14.1
**Bug Fixes**
* Fix created pipelines do not appear in the UI pipelines section
### ClearML SDK 1.14.0 ### ClearML SDK 1.14.0
**New Features and Improvements** **New Features and Improvements**
* Add support for decorated pipeline steps [ClearML GitHub issue #1154](https://github.com/allegroai/clearml/issues/1154) * Add support for decorated pipeline steps [ClearML GitHub issue #1154](https://github.com/allegroai/clearml/issues/1154)
* Improve `torch.distributed` behavior and auto-detect Huggingface accelerate distributed execution * Improve `torch.distributed` behavior and auto-detect Huggingface accelerate distributed execution
* Improve `jsonargparse` integration: `_ignore_ui_overrides_` argument added for enabling/disabling * Improve `jsonargparse` integration: `allow_config_file_override_from_ui` argument added for enabling/disabling
overriding configuration file entries overriding configuration file entries
* Add `raise_on_error` parameter to `Model.update_weights()` and `Model.update_weights_package()` * Add `raise_on_error` parameter to `Model.update_weights()` and `Model.update_weights_package()`
* Add HPO multi-objective optimization support by specifying multiple optimization objectives to the HyperParameterOptimizer class * Add HPO multi-objective optimization support by specifying multiple optimization objectives to the HyperParameterOptimizer class