From 86f51893234ce993feaabf5416f97ccbea433eff Mon Sep 17 00:00:00 2001 From: jonyguo Date: Wed, 9 Sep 2020 09:58:09 +0800 Subject: [PATCH] update supported platform info --- README.md | 2 ++ RELEASE.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 953ceb7622..d5b6f4f217 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,12 @@ MindSpore offers build options across multiple backends: | Hardware Platform | Operating System | Status | | :---------------- | :--------------- | :----- | | Ascend910 | Ubuntu-x86 | ✔️ | +| | Ubuntu-aarch64 | ✔️ | | | EulerOS-x86 | ✔️ | | | EulerOS-aarch64 | ✔️ | | GPU CUDA 10.1 | Ubuntu-x86 | ✔️ | | CPU | Ubuntu-x86 | ✔️ | +| | Ubuntu-aarch64 | ✔️ | | | Windows-x86 | ✔️ | For installation using `pip`, take `CPU` and `Ubuntu-x86` build version as an example: diff --git a/RELEASE.md b/RELEASE.md index cce1d8d64d..c070e7e888 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -52,7 +52,7 @@ ### MindSpore Lite * Converter - * Support third party model, including TFLite/Caffe/ONNX. + * Support third-party models, including TFLite/Caffe/ONNX. * Add 93 TFLite op. * Add 24 Caffe op. * Add 62 ONNX op.