Small edits (#907)

This commit is contained in:
pollfly
2024-08-25 13:51:03 +03:00
committed by GitHub
parent a943bbd39a
commit 9231566533
7 changed files with 10 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ This release is not backwards compatible - see notes below on upgrading
* Add version number of serving session task
* Triton engine support for variable request (matrix) sizes
* Triton support, fix `--aux-config` to support more configurations elements
* Huggingface Transformer support
* Hugging Face Transformer support
* `Preprocess` class as module

View File

@@ -71,7 +71,7 @@ title: Version 1.13
* Support ignoring `default_output_uri` on remote runs when `Task.init(output_uri=False)` was specified and the backend task data has no `output_uri` specified
* Add configuration files logging [example](https://github.com/allegroai/clearml/blob/e6f1cc8a5c65f7007cf6452745d09795e776a548/examples/reporting/config_files.py)
* Support raising `LoginError` when initializing
* Add HuggingFace Transformers example ([ClearML GitHub PR #1146](https://github.com/allegroai/clearml/pull/1146))
* Add Hugging Face Transformers example ([ClearML GitHub PR #1146](https://github.com/allegroai/clearml/pull/1146))
* Improve docstrings for tag filters
* Add a security policy file to the repository ([ClearML GitHub issue #1148](https://github.com/allegroai/clearml/issues/1148))

View File

@@ -7,7 +7,7 @@ title: Version 1.2
**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 Hugging Face Transformer example
* Add binary input support ([ClearML Serving PR #37](https://github.com/allegroai/clearml-serving/pull/37) )
**Bug Fix**

View File

@@ -19,7 +19,7 @@ title: Version 1.3
**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
* Hugging Face Transformer example
**Bug fixes**
* Fix NumPy compatibility ([ClearML Serving GitHub issue #47](https://github.com/allegroai/clearml-serving/issues/47) and [#46](https://github.com/allegroai/clearml-serving/issues/46))