Browse Source

Serving, update RELEASE note && mindspore

tags/v1.1.0^2
xuyongfei 5 years ago
parent
commit
cf5c442343
2 changed files with 6 additions and 6 deletions
  1. +5
    -5
      RELEASE.md
  2. +1
    -1
      third_party/mindspore

+ 5
- 5
RELEASE.md View File

@@ -4,8 +4,8 @@

### Ascend 310 & Ascend 910 Serving Framework

Support gRPC and RESTful API.
Support simple Python API for Client and Server.
Support Model configuration,User can customize preprocessing & postprocessing for model.
Support multiple models,Multiple models can run simultaneously.
Support Model batching,Multiple instances will be split and combined to meet the batch size requirements of the model.
* Support gRPC and RESTful API.
* Support simple Python API for Client and Server.
* Support Model configuration,User can customize preprocessing & postprocessing for model.
* Support multiple models,Multiple models can run simultaneously.
* Support Model batching,Multiple instances will be split and combined to meet the batch size requirements of the model.

+ 1
- 1
third_party/mindspore

@@ -1 +1 @@
Subproject commit 7a3f34247db5a6c7a00b00b16d2bfa2ff94e0b08
Subproject commit 06627661f43fb07761f3956e1a8b2c007c4e7987

Loading…
Cancel
Save