mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
1.5 KiB
1.5 KiB
title
| title |
|---|
| Version 1.16 |
ClearML SDK 1.16.1
Bug Fixes
- Fix pipeline breaks when
continue_on_abortis set totrue - Fix Pycharm Plugin Windows/Linux interoperability
ClearML SDK 1.16.0
New Features
- Add additional warning instructing on how to install in case we failed detecting a Jupyter notebook with an import error
- Add
Task.get_executed_queue()to get the name/ID of the queue a task was executed in - Move
Task.set_resource_monitor_iteration_timeout()to a class method, addwait_for_first_iteration_to_start_secandmax_wait_for_first_iteration_to_start_secarguments (also addsdk.development.worker.wait_for_first_iteration_to_start_secandsdk.development.worker.max_wait_for_first_iteration_to_start_secconfiguration options) - Add support for better pipeline continue behavior including control of children using the
continue_behaviourargument - Add Python 3.12 support
Bug Fixes
- Fix pytorch-lightning patches (ClearML GitHub issue #1249)
- Fix parameter overrides are converted to string when using HPO (ClearML GitHub issue #975)
- Fix FastAI performance (ClearML GitHub issue #1234)
- Fix MIG GPU support
- Fix AMD GPU metrics collection
- Fix Jupyter password might not be used in some protected JupyterLab instances
- Fix URL substitution was not applied to registered uploaded files when reporting an event