Small edits (#907)

This commit is contained in:
pollfly 2024-08-25 13:51:03 +03:00 committed by GitHub
parent a943bbd39a
commit 9231566533
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

@ -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))