Add ClearML Agent 1.9.2 release notes (#952)

This commit is contained in:
pollfly 2024-10-29 09:31:23 +02:00 committed by GitHub
parent 3199ef46eb
commit 0867161dd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,16 @@
title: Version 1.9
---
### ClearML Agent 1.9.2
**New Features and Bug Fixes**
* Handle OSError when checking for is_file ([ClearML GitHub issue #1337](https://github.com/allegroai/clearml/issues/1337))
* Add support for pip legacy resolver for versions specified using the `agent.package_manager.pip_legacy_resolver` configuration option
* Add skip existing packages
* Fix report index not advancing in resource monitoring causes more than one GPU not to be reported
* Fix use `req_token_expiration_sec` and not the default value when creating a task session
* Fix reload method is found in the config object causing periodic agent error printouts
### ClearML Agent 1.9.1
**New Features and Improvements**