Add clearml-serving 1.3.0 release notes (#530)

This commit is contained in:
pollfly 2023-04-13 13:42:41 +03:00 committed by GitHub
parent 636f84ae92
commit a1dc729f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,17 @@
title: Version 1.3
---
### ClearML Serving 1.3.0
**New Features and Improvements**
* 20% Overall performance increase
* gRPC channel configuration [ClearML Serving GitHub issue #49](https://github.com/allegroai/clearml-serving/issues/49)
* Huggingface Transformer example
**Bug fixes**
* Fix NumPy compatibility [ClearML Serving GitHub issue #47](https://github.com/allegroai/clearml-serving/issues/47) & [#46](https://github.com/allegroai/clearml-serving/issues/46)
* Fix Triton examples [ClearML Serving GitHub issue #48](https://github.com/allegroai/clearml-serving/issues/48)
* Add storage environment variables [ClearML Serving GitHub PR #45](https://github.com/allegroai/clearml-serving/pull/45)
### ClearML Agent 1.3.0
**New Features and Improvements**
* Support private repos from `requirements.txt` file [ClearML Agent GitHub PR #107](https://github.com/allegroai/clearml-agent/pull/107)