You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

RELEASE.md 481 B

5 years ago
5 years ago
5 years ago
1234567891011
  1. # MindSpore Serving 1.1.0 Release Notes
  2. ## Major Features and Improvements
  3. ### Ascend 310 & Ascend 910 Serving Framework
  4. Support gRPC and RESTful API.
  5. Support simple Python API for Client and Server.
  6. Support Model configuration,User can customize preprocessing & postprocessing for model.
  7. Support multiple models,Multiple models can run simultaneously.
  8. Support Model batching,Multiple instances will be split and combined to meet the batch size requirements of the model.

A lightweight and high-performance service module that helps MindSpore developers efficiently deploy online inference services in the production environment.