Browse Source

!5934 update supported platform info

Merge pull request !5934 from guozhijian/update_platform_info
pull/5934/MERGE
mindspore-ci-bot Gitee 5 years ago
parent
commit
0ce4e3418c
2 changed files with 3 additions and 1 deletions
  1. +2
    -0
      README.md
  2. +1
    -1
      RELEASE.md

+ 2
- 0
README.md View File

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


+ 1
- 1
RELEASE.md View File

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


Loading…
Cancel
Save