From cf5c44234354d6be20a6c3dc5128e25179c98c81 Mon Sep 17 00:00:00 2001 From: xuyongfei Date: Thu, 31 Dec 2020 17:48:35 +0800 Subject: [PATCH] Serving, update RELEASE note && mindspore --- RELEASE.md | 10 +++++----- third_party/mindspore | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 266b62c..2fb70b0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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. diff --git a/third_party/mindspore b/third_party/mindspore index 7a3f342..0662766 160000 --- a/third_party/mindspore +++ b/third_party/mindspore @@ -1 +1 @@ -Subproject commit 7a3f34247db5a6c7a00b00b16d2bfa2ff94e0b08 +Subproject commit 06627661f43fb07761f3956e1a8b2c007c4e7987 -- Gitee