Add SDK 1.14.4 release notes (#782)

This commit is contained in:
pollfly 2024-02-22 11:43:52 +02:00 committed by GitHub
parent 2a611f130b
commit 90faaf234e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,14 @@
title: Version 1.14
---
### ClearML SDK 1.14.4
**Bug Fixes**
* Fix AWS S3 configuration `secure` property not forwarded in `StorageHelper` [ClearML GitHub PR #1205](https://github.com/allegroai/clearml/pull/1205)
* Fix `NVIDIA_VISIBLE_DEVICES=all` env var value will result in no GPU metrics being reported
* Fix setting `output_uri` when an AWS S3 config section with `secure=false` exists raises an error
* Fix `CacheManager` attempts to clear cache when file limit has not been reached resulting in slow unnecessary checks
### ClearML Server 1.14.1
**New Features and Improvements**