diff --git a/install/mindspore_d_install.md b/install/mindspore_d_install.md index eaccf67a89635f74274888b55bce95c8f7c78ea1..c1aba76d70688dcb7fabe996a5b72d036a992e37 100644 --- a/install/mindspore_d_install.md +++ b/install/mindspore_d_install.md @@ -33,7 +33,7 @@ | 版本号 | 操作系统 | 可执行文件安装依赖 | 源码编译安装依赖 | | ---- | :--- | :--- | :--- | -| MindSpore master | - Ubuntu 16.04(及以上) x86_64
- EulerOS 2.8 arrch64
- EulerOS 2.5 x86_64 | - [Python](https://www.python.org/downloads/) 3.7.5
- Ascend 910 AI处理器配套软件包(对应版本Atlas T 1.1.T107)
- 其他依赖项参见[requirements.txt](https://gitee.com/mindspore/mindspore/blob/master/requirements.txt) | **编译依赖:**
- [Python](https://www.python.org/downloads/) 3.7.5
- Ascend 910 AI处理器配套软件包(对应版本Atlas T 1.1.T107)
- [wheel](https://pypi.org/project/wheel/) >= 0.32.0
- [GCC](https://gcc.gnu.org/releases.html) 7.3.0
- [CMake](https://cmake.org/download/) >= 3.14.1
- [patch](http://ftp.gnu.org/gnu/patch/) >= 2.5
**安装依赖:**
与可执行文件安装依赖相同 | +| MindSpore master | - Ubuntu 18.04(及以上) aarch64
- Ubuntu 18.04(及以上) x86_64
- EulerOS 2.8 aarch64
- EulerOS 2.5 x86_64 | - [Python](https://www.python.org/downloads/) 3.7.5
- Ascend 910 AI处理器配套软件包(对应版本Atlas T 1.1.T107)
- 其他依赖项参见[requirements.txt](https://gitee.com/mindspore/mindspore/blob/master/requirements.txt) | **编译依赖:**
- [Python](https://www.python.org/downloads/) 3.7.5
- Ascend 910 AI处理器配套软件包(对应版本Atlas T 1.1.T107)
- [wheel](https://pypi.org/project/wheel/) >= 0.32.0
- [GCC](https://gcc.gnu.org/releases.html) 7.3.0
- [CMake](https://cmake.org/download/) >= 3.14.1
- [patch](http://ftp.gnu.org/gnu/patch/) >= 2.5
**安装依赖:**
与可执行文件安装依赖相同 | - 确认当前用户有权限访问Ascend 910 AI处理器配套软件包(对应版本Atlas T 1.1.T107)的安装路径`/usr/local/Ascend`,若无权限,需要root用户将当前用户添加到`/usr/local/Ascend`所在的用户组,具体配置请详见配套软件包的说明文档。 - Ubuntu版本为18.04时,GCC 7.3.0可以直接通过apt命令安装。 @@ -160,7 +160,7 @@ | 版本号 | 操作系统 | 可执行文件安装依赖 | 源码编译安装依赖 | | ---- | :--- | :--- | :--- | -| MindInsight master | - Ubuntu 16.04(及以上) x86_64
- EulerOS 2.8 arrch64
- EulerOS 2.5 x86_64
| - [Python](https://www.python.org/downloads/) 3.7.5
- MindSpore master
- 其他依赖项参见[requirements.txt](https://gitee.com/mindspore/mindinsight/blob/master/requirements.txt) | **编译依赖:**
- [Python](https://www.python.org/downloads/) 3.7.5
- [CMake](https://cmake.org/download/) >= 3.14.1
- [GCC](https://gcc.gnu.org/releases.html) 7.3.0
- [node.js](https://nodejs.org/en/download/) >= 10.19.0
- [wheel](https://pypi.org/project/wheel/) >= 0.32.0
- [pybind11](https://pypi.org/project/pybind11/) >= 2.4.3
**安装依赖:**
与可执行文件安装依赖相同 | +| MindInsight master | - Ubuntu 18.04(及以上) aarch64
- Ubuntu 18.04(及以上) x86_64
- EulerOS 2.8 aarch64
- EulerOS 2.5 x86_64
| - [Python](https://www.python.org/downloads/) 3.7.5
- MindSpore master
- 其他依赖项参见[requirements.txt](https://gitee.com/mindspore/mindinsight/blob/master/requirements.txt) | **编译依赖:**
- [Python](https://www.python.org/downloads/) 3.7.5
- [CMake](https://cmake.org/download/) >= 3.14.1
- [GCC](https://gcc.gnu.org/releases.html) 7.3.0
- [node.js](https://nodejs.org/en/download/) >= 10.19.0
- [wheel](https://pypi.org/project/wheel/) >= 0.32.0
- [pybind11](https://pypi.org/project/pybind11/) >= 2.4.3
**安装依赖:**
与可执行文件安装依赖相同 | - 在联网状态下,安装whl包时会自动下载requirements.txt中的依赖项,其余情况需自行安装。 @@ -225,7 +225,7 @@ | 版本号 | 操作系统 | 可执行文件安装依赖 | 源码编译安装依赖 | | ---- | :--- | :--- | :--- | -| MindArmour master | - Ubuntu 16.04(及以上) x86_64
- EulerOS 2.8 arrch64
- EulerOS 2.5 x86_64
| - [Python](https://www.python.org/downloads/) 3.7.5
- MindSpore master
- 其他依赖项参见[setup.py](https://gitee.com/mindspore/mindarmour/blob/master/setup.py) | 与可执行文件安装依赖相同 | +| MindArmour master | - Ubuntu 18.04(及以上) aarch64
- Ubuntu 18.04(及以上) x86_64
- EulerOS 2.8 aarch64
- EulerOS 2.5 x86_64
| - [Python](https://www.python.org/downloads/) 3.7.5
- MindSpore master
- 其他依赖项参见[setup.py](https://gitee.com/mindspore/mindarmour/blob/master/setup.py) | 与可执行文件安装依赖相同 | - 在联网状态下,安装whl包时会自动下载setup.py中的依赖项,其余情况需自行安装。 diff --git a/install/mindspore_d_install_en.md b/install/mindspore_d_install_en.md index 90bc7a9dc0045762687cd2f00fe9ac61e6a5c779..20da5de811c1fada903fecec3898496475dc51bb 100644 --- a/install/mindspore_d_install_en.md +++ b/install/mindspore_d_install_en.md @@ -32,7 +32,7 @@ This document describes how to quickly install MindSpore on an Ascend AI process | Version | Operating System | Executable File Installation Dependencies | Source Code Compilation and Installation Dependencies | | ---- | :--- | :--- | :--- | -| MindSpore master | - Ubuntu 16.04 or later x86_64
- EulerOS 2.8 arrch64
- EulerOS 2.5 x86_64 | - [Python](https://www.python.org/downloads/) 3.7.5
- Ascend 910 AI processor software package(Version:Atlas T 1.1.T107)
- For details about other dependency items, see [requirements.txt](https://gitee.com/mindspore/mindspore/blob/master/requirements.txt). | **Compilation dependencies:**
- [Python](https://www.python.org/downloads/) 3.7.5
- Ascend 910 AI processor software package(Version:Atlas T 1.1.T107)
- [wheel](https://pypi.org/project/wheel/) >= 0.32.0
- [GCC](https://gcc.gnu.org/releases.html) 7.3.0
- [CMake](https://cmake.org/download/) >= 3.14.1
- [patch](http://ftp.gnu.org/gnu/patch/) >= 2.5
**Installation dependencies:**
same as the executable file installation dependencies. | +| MindSpore master | - Ubuntu 18.04 or later aarch64
- Ubuntu 18.04 or later x86_64
- EulerOS 2.8 aarch64
- EulerOS 2.5 x86_64 | - [Python](https://www.python.org/downloads/) 3.7.5
- Ascend 910 AI processor software package(Version:Atlas T 1.1.T107)
- For details about other dependency items, see [requirements.txt](https://gitee.com/mindspore/mindspore/blob/master/requirements.txt). | **Compilation dependencies:**
- [Python](https://www.python.org/downloads/) 3.7.5
- Ascend 910 AI processor software package(Version:Atlas T 1.1.T107)
- [wheel](https://pypi.org/project/wheel/) >= 0.32.0
- [GCC](https://gcc.gnu.org/releases.html) 7.3.0
- [CMake](https://cmake.org/download/) >= 3.14.1
- [patch](http://ftp.gnu.org/gnu/patch/) >= 2.5
**Installation dependencies:**
same as the executable file installation dependencies. | - Confirm that the current user has the right to access the installation path `/usr/local/Ascend `of Ascend 910 AI processor software package(Version:Atlas T 1.1.T107). If not, the root user needs to add the current user to the user group where `/usr/local/Ascend` is located. For the specific configuration, please refer to the software package instruction document. - When Ubuntu version is 18.04, GCC 7.3.0 can be installed by using apt command. @@ -159,7 +159,7 @@ If you need to analyze information such as model scalars, graphs, and model trac | Version | Operating System | Executable File Installation Dependencies | Source Code Compilation and Installation Dependencies | | ---- | :--- | :--- | :--- | -| MindInsight master | - Ubuntu 16.04 or later x86_64
- EulerOS 2.8 arrch64
- EulerOS 2.5 x86_64
| - [Python](https://www.python.org/downloads/) 3.7.5
- MindSpore master
- For details about other dependency items, see [requirements.txt](https://gitee.com/mindspore/mindinsight/blob/master/requirements.txt). | **Compilation dependencies:**
- [Python](https://www.python.org/downloads/) 3.7.5
- [CMake](https://cmake.org/download/) >= 3.14.1
- [GCC](https://gcc.gnu.org/releases.html) 7.3.0
- [node.js](https://nodejs.org/en/download/) >= 10.19.0
- [wheel](https://pypi.org/project/wheel/) >= 0.32.0
- [pybind11](https://pypi.org/project/pybind11/) >= 2.4.3
**Installation dependencies:**
same as the executable file installation dependencies. | +| MindInsight master | - Ubuntu 18.04 or later aarch64
- Ubuntu 18.04 or later x86_64
- EulerOS 2.8 aarch64
- EulerOS 2.5 x86_64
| - [Python](https://www.python.org/downloads/) 3.7.5
- MindSpore master
- For details about other dependency items, see [requirements.txt](https://gitee.com/mindspore/mindinsight/blob/master/requirements.txt). | **Compilation dependencies:**
- [Python](https://www.python.org/downloads/) 3.7.5
- [CMake](https://cmake.org/download/) >= 3.14.1
- [GCC](https://gcc.gnu.org/releases.html) 7.3.0
- [node.js](https://nodejs.org/en/download/) >= 10.19.0
- [wheel](https://pypi.org/project/wheel/) >= 0.32.0
- [pybind11](https://pypi.org/project/pybind11/) >= 2.4.3
**Installation dependencies:**
same as the executable file installation dependencies. | - When the network is connected, dependency items in the requirements.txt file are automatically downloaded during .whl package installation. In other cases, you need to manually install dependency items. @@ -226,7 +226,7 @@ If you need to conduct AI model security research or enhance the security of the | Version | Operating System | Executable File Installation Dependencies | Source Code Compilation and Installation Dependencies | | ---- | :--- | :--- | :--- | -| MindArmour master | - Ubuntu 16.04 or later x86_64
- EulerOS 2.8 arrch64
- EulerOS 2.5 x86_64
| - [Python](https://www.python.org/downloads/) 3.7.5
- MindSpore master
- For details about other dependency items, see [setup.py](https://gitee.com/mindspore/mindarmour/blob/master/setup.py). | Same as the executable file installation dependencies. | +| MindArmour master | - Ubuntu 18.04 or later aarch64
- Ubuntu 18.04 or later x86_64
- EulerOS 2.8 aarch64
- EulerOS 2.5 x86_64
| - [Python](https://www.python.org/downloads/) 3.7.5
- MindSpore master
- For details about other dependency items, see [setup.py](https://gitee.com/mindspore/mindarmour/blob/master/setup.py). | Same as the executable file installation dependencies. | - When the network is connected, dependency items in the setup.py file are automatically downloaded during .whl package installation. In other cases, you need to manually install dependency items. diff --git a/resource/release/release_list_en.md b/resource/release/release_list_en.md index 8871d543861567fd12c80918fa97230a22f20769..5882f1e2a0a525630cf15cc86e868be31413cbdc 100644 --- a/resource/release/release_list_en.md +++ b/resource/release/release_list_en.md @@ -3,6 +3,12 @@ - [Release List](#release-list) + - [0.3.0-alpha](#030-alpha) + - [Releasenotes](#releasenotes) + - [Downloads](#downloads) + - [Tutorials](#tutorials) + - [API](#api) + - [Docs](#docs) - [0.2.0-alpha](#020-alpha) - [Releasenotes](#releasenotes) - [Downloads](#downloads) @@ -19,6 +25,43 @@ +## 0.3.0-alpha + +### Releasenotes + + + +### Downloads + +| Module Name | Hardware Platform | Operating System | Download Links | SHA-256 | +| --- | --- | --- | --- | --- | +| MindSpore | Ascend910 | Ubuntu-x86 | | | +| | | Ubuntu-aarch64 | | | +| | | EulerOS-x86 | | | +| | | EulerOS-aarch64 | | | +| | GPU CUDA 9.2 | Ubuntu-x86 | | | +| | GPU CUDA 10.1 | Ubuntu-x86 | | | +| | CPU | Ubuntu-x86 | | | +| | | Windows-x64 | | | +| MindInsight | Ascend910 | Ubuntu-x86 | | | +| | | Ubuntu-aarch64 | | | +| | | EulerOS-x86 | | | +| | | EulerOS-aarch64 | | | +| MindArmour | | x86 | | | +| | | aarch64 | | | + +### Tutorials + + + +### API + + + +### Docs + + + ## 0.2.0-alpha ### Releasenotes diff --git a/resource/release/release_list_zh_cn.md b/resource/release/release_list_zh_cn.md index cd20b887a4e8e0564750f7207c36089ba47d76b3..390e0404d3af9cc72de56585f0ea39d317105d70 100644 --- a/resource/release/release_list_zh_cn.md +++ b/resource/release/release_list_zh_cn.md @@ -3,6 +3,12 @@ - [发布版本列表](#发布版本列表) + - [0.3.0-alpha](#030-alpha) + - [版本说明](#版本说明) + - [下载地址](#下载地址) + - [教程](#教程) + - [API](#api) + - [文档](#文档) - [0.2.0-alpha](#020-alpha) - [版本说明](#版本说明) - [下载地址](#下载地址) @@ -19,6 +25,38 @@ +## 0.3.0-alpha +### 版本说明 + + + +### 下载地址 +| 组件 | 硬件平台 | 操作系统 | 链接 | SHA-256 | +| --- | --- | --- | --- | --- | +| MindSpore | Ascend910 | Ubuntu-x86 | | | +| | | Ubuntu-aarch64 | | | +| | | EulerOS-x86 | | | +| | | EulerOS-aarch64 | | | +| | GPU CUDA 9.2 | Ubuntu-x86 | | | +| | GPU CUDA 10.1 | Ubuntu-x86 | | | +| | CPU | Ubuntu-x86 | | | +| | | Windows-x64 | | | +| MindInsight | Ascend910 | Ubuntu-x86 | | | +| | | Ubuntu-aarch64 | | | +| | | EulerOS-x86 | | | +| | | EulerOS-aarch64 | | | +| MindArmour | | x86 | | | +| | | aarch64 | | | + +### 教程 + + +### API + + +### 文档 + + ## 0.2.0-alpha ### 版本说明 diff --git a/tutorials/source_zh_cn/advanced_use/use_on_the_cloud.md b/tutorials/source_zh_cn/advanced_use/use_on_the_cloud.md index 7ad77d7941b6eef2ddcbe49a8157d51b923990fb..05573286c76ac728f30261093d2868fc156f63f9 100644 --- a/tutorials/source_zh_cn/advanced_use/use_on_the_cloud.md +++ b/tutorials/source_zh_cn/advanced_use/use_on_the_cloud.md @@ -283,7 +283,7 @@ ModelArts教程 Ascend-Powered-Engine > MindSpore-0.1-arrch64-cp37`。 +1. `算法来源`选择`常用框架 > Ascend-Powered-Engine > MindSpore-0.1-aarch64-cp37`。 2. `代码目录`选择预先在OBS桶中创建代码目录,`启动文件`选择代码目录下的启动脚本。