Add release notes ClearML Agent 1.4.1 & ClearML Serving 1.2.0 (#347)

This commit is contained in:
pollfly 2022-10-11 12:15:22 +03:00 committed by GitHub
parent 1c08ac0f82
commit 20d427db41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

View File

@ -2,6 +2,18 @@
title: Version 1.2 title: Version 1.2
--- ---
### ClearML Serving 1.2.0
**New Features and Improvements**
* Improve GPU Performance, 50%-300% improvement over vanilla Triton
* Improve performance on CPU, optimize uvloop + multi-processing
* Add Huggingface Transformer example
* Add binary input support [ClearML Serving PR #37](https://github.com/allegroai/clearml-serving/pull/37)
**Bug Fix**
* stdout/stderr in inference service not logging to dedicated Task
### ClearML Agent 1.2.3 ### ClearML Agent 1.2.3
**Bug Fixes** **Bug Fixes**

View File

@ -2,6 +2,16 @@
title: Version 1.4 title: Version 1.4
--- ---
### ClearML Agent 1.4.1
**New Features and Improvements**
* Add warning if venv cache is disabled
* Add `agent.disable_ssh_mount` configuration option (same as the `CLEARML_AGENT_DISABLE_SSH_MOUNT` environment variable)
**Bug Fixes**
* Fix docker command for monitoring child agents
* Fix `--gpus all` not reporting GPU stats on worker machine
### ClearML Agent 1.4.0 ### ClearML Agent 1.4.0
**New Features and Improvements** **New Features and Improvements**