From d9d27b954c97e49d58aa3c83059788cc23fa8f74 Mon Sep 17 00:00:00 2001 From: yanghaoran Date: Mon, 11 Aug 2025 21:11:24 +0800 Subject: [PATCH] update version 2.7.0 --- install/mindspore_ascend_install_docker.md | 6 ++--- install/mindspore_ascend_install_docker_en.md | 2 +- install/mindspore_ascend_install_pip.md | 4 +-- install/mindspore_ascend_install_pip_en.md | 4 +-- install/mindspore_cpu_install_pip.md | 4 +-- install/mindspore_cpu_install_pip_en.md | 4 +-- install/mindspore_cpu_mac_install_pip.md | 4 +-- install/mindspore_cpu_mac_install_pip_en.md | 4 +-- install/mindspore_cpu_win_install_pip.md | 4 +-- install/mindspore_cpu_win_install_pip_en.md | 4 +-- install/mindspore_gpu_install_pip.md | 4 +-- install/mindspore_gpu_install_pip_en.md | 4 +-- resource/release/release_list_en.md | 25 +++++++++++++++++ resource/release/release_list_zh_cn.md | 27 +++++++++++++++++++ 14 files changed, 76 insertions(+), 24 deletions(-) diff --git a/install/mindspore_ascend_install_docker.md b/install/mindspore_ascend_install_docker.md index 4ab32cce75..c3fd849346 100644 --- a/install/mindspore_ascend_install_docker.md +++ b/install/mindspore_ascend_install_docker.md @@ -28,7 +28,7 @@ MindSpore的Docker镜像托管在[Huawei SWR](https://support.huaweicloud.com/sw | Atlas 训练系列 | `mindspore` | `mindspore-ascend-a1` | `x.y.z` | 已经预安装Ascend Data Center Solution 与对应的MindSpore Ascend x.y.z版本的生产环境。 | | Atlas A2 训练系列 | `mindspore` | `mindspore-ascend-a2` | `x.y.z` | 已经预安装Ascend Data Center Solution 与对应的MindSpore Ascend x.y.z版本的生产环境。 | -> `x.y.z`对应MindSpore版本号,例如安装2.7.0rc1版本MindSpore时,`x.y.z`应写为2.7.0rc1。 +> `x.y.z`对应MindSpore版本号,例如安装2.7.0版本MindSpore时,`x.y.z`应写为2.7.0。 ## 确认系统环境信息 @@ -60,7 +60,7 @@ docker pull swr.cn-south-1.myhuaweicloud.com/mindspore/{image_name}:{tag} 其中: -- `{tag}`对应上述表格中的标签,如2.7.0rc1。 +- `{tag}`对应上述表格中的标签,如2.7.0。 - `{image_name}` 对应上述表格中的docker镜像名称,使用 Atlas 训练系列产品请下载 `mindspore-ascend-a1` 镜像;Atlas A2 训练系列产品请下载 `mindspore-ascend-a2` 镜像。 ## 运行MindSpore镜像 @@ -92,7 +92,7 @@ docker run -it --ipc=host \ 其中: -- `{tag}`对应上述表格中的标签,如2.7.0rc1。 +- `{tag}`对应上述表格中的标签,如2.7.0。 ## 验证是否安装成功 diff --git a/install/mindspore_ascend_install_docker_en.md b/install/mindspore_ascend_install_docker_en.md index 987a43fcb7..9b6f6aae91 100644 --- a/install/mindspore_ascend_install_docker_en.md +++ b/install/mindspore_ascend_install_docker_en.md @@ -28,7 +28,7 @@ The current support for containerized build options is as follows: | Atlas Training Series‌| `mindspore` | `mindspore-ascend-a1` | `x.y.z` | The production environment of MindSpore Ascend x.y.z together with the corresponding version of Ascend Data Center Solution. | | Atlas A2 Training Series‌| `mindspore` | `mindspore-ascend-a2` | `x.y.z` | The production environment of MindSpore Ascend x.y.z together with the corresponding version of Ascend Data Center Solution. | -> `x.y.z` corresponds to the MindSpore version number. For example, when MindSpore version 2.7.0rc1 is installed, `x.y.z` should be written as 2.7.0rc1. +> `x.y.z` corresponds to the MindSpore version number. For example, when MindSpore version 2.7.0 is installed, `x.y.z` should be written as 2.7.0. ## System Environment Information Confirmation diff --git a/install/mindspore_ascend_install_pip.md b/install/mindspore_ascend_install_pip.md index db595e218c..64190af8c5 100644 --- a/install/mindspore_ascend_install_pip.md +++ b/install/mindspore_ascend_install_pip.md @@ -120,10 +120,10 @@ pip install /usr/local/Ascend/ascend-toolkit/latest/lib64/hccl-*-py3-none-any.wh ### 安装MindSpore -首先参考[版本列表](https://www.mindspore.cn/versions),选择想要安装的MindSpore版本,并进行SHA-256完整性校验。以2.7.0rc1版本为例,执行以下命令。 +首先参考[版本列表](https://www.mindspore.cn/versions),选择想要安装的MindSpore版本,并进行SHA-256完整性校验。以2.7.0版本为例,执行以下命令。 ```bash -export MS_VERSION=2.7.0rc1 +export MS_VERSION=2.7.0 ``` 然后根据系统架构及Python版本,执行以下命令安装MindSpore。 diff --git a/install/mindspore_ascend_install_pip_en.md b/install/mindspore_ascend_install_pip_en.md index f1e882fd11..c781d475c0 100644 --- a/install/mindspore_ascend_install_pip_en.md +++ b/install/mindspore_ascend_install_pip_en.md @@ -120,10 +120,10 @@ pip install /usr/local/Ascend/ascend-toolkit/latest/lib64/hccl-*-py3-none-any.wh ### Installing MindSpore -First, refer to [Version List](https://www.mindspore.cn/versions) to select the version of MindSpore you want to install, and perform SHA-256 integrity check. Taking version 2.7.0rc1 as an example, execute the following commands. +First, refer to [Version List](https://www.mindspore.cn/versions) to select the version of MindSpore you want to install, and perform SHA-256 integrity check. Taking version 2.7.0 as an example, execute the following commands. ```bash -export MS_VERSION=2.7.0rc1 +export MS_VERSION=2.7.0 ``` Then run the following commands to install MindSpore according to the system architecture and Python version. diff --git a/install/mindspore_cpu_install_pip.md b/install/mindspore_cpu_install_pip.md index 7f688c3c0c..59256cb366 100644 --- a/install/mindspore_cpu_install_pip.md +++ b/install/mindspore_cpu_install_pip.md @@ -83,10 +83,10 @@ sudo apt-get install gcc-9 -y ### 安装MindSpore -首先参考[版本列表](https://www.mindspore.cn/versions),选择想要安装的MindSpore版本,并进行SHA-256完整性校验。以2.7.0rc1版本为例,执行以下命令。 +首先参考[版本列表](https://www.mindspore.cn/versions),选择想要安装的MindSpore版本,并进行SHA-256完整性校验。以2.7.0版本为例,执行以下命令。 ```bash -export MS_VERSION=2.7.0rc1 +export MS_VERSION=2.7.0 ``` 然后根据系统架构及Python版本,执行以下命令安装MindSpore。 diff --git a/install/mindspore_cpu_install_pip_en.md b/install/mindspore_cpu_install_pip_en.md index bb72a2a310..32d43b5fed 100644 --- a/install/mindspore_cpu_install_pip_en.md +++ b/install/mindspore_cpu_install_pip_en.md @@ -83,10 +83,10 @@ sudo apt-get install gcc-9 -y ### Installing MindSpore -First, refer to [Version List](https://www.mindspore.cn/versions) to select the version of MindSpore you want to install, and perform SHA-256 integrity check. Taking version 2.7.0rc1 as an example, execute the following commands. +First, refer to [Version List](https://www.mindspore.cn/versions) to select the version of MindSpore you want to install, and perform SHA-256 integrity check. Taking version 2.7.0 as an example, execute the following commands. ```bash -export MS_VERSION=2.7.0rc1 +export MS_VERSION=2.7.0 ``` Then run the following commands to install MindSpore according to the system architecture and Python version. diff --git a/install/mindspore_cpu_mac_install_pip.md b/install/mindspore_cpu_mac_install_pip.md index e2acdf6b06..6670ae351c 100644 --- a/install/mindspore_cpu_mac_install_pip.md +++ b/install/mindspore_cpu_mac_install_pip.md @@ -44,10 +44,10 @@ ## 安装MindSpore -首先参考[版本列表](https://www.mindspore.cn/versions)选择想要安装的MindSpore版本,并进行SHA-256完整性校验。以2.7.0rc1版本为例,执行以下命令。 +首先参考[版本列表](https://www.mindspore.cn/versions)选择想要安装的MindSpore版本,并进行SHA-256完整性校验。以2.7.0版本为例,执行以下命令。 ```bash -export MS_VERSION=2.7.0rc1 +export MS_VERSION=2.7.0 ``` 然后根据系统架构及Python版本,执行以下命令安装MindSpore。 diff --git a/install/mindspore_cpu_mac_install_pip_en.md b/install/mindspore_cpu_mac_install_pip_en.md index 1fc6787992..1c20b381e4 100644 --- a/install/mindspore_cpu_mac_install_pip_en.md +++ b/install/mindspore_cpu_mac_install_pip_en.md @@ -44,10 +44,10 @@ Create a Conda virtual environment based on the Python version you want to use a ## Installing MindSpore -First, refer to [Version List](https://www.mindspore.cn/versions) to select the version of MindSpore you want to install, and perform SHA-256 integrity check. Taking version 2.7.0rc1 as an example, execute the following commands. +First, refer to [Version List](https://www.mindspore.cn/versions) to select the version of MindSpore you want to install, and perform SHA-256 integrity check. Taking version 2.7.0 as an example, execute the following commands. ```bash -export MS_VERSION=2.7.0rc1 +export MS_VERSION=2.7.0 ``` Then run the following commands to install MindSpore according to the system architecture and Python version. diff --git a/install/mindspore_cpu_win_install_pip.md b/install/mindspore_cpu_win_install_pip.md index 62ac888dfb..d77dcd4282 100644 --- a/install/mindspore_cpu_win_install_pip.md +++ b/install/mindspore_cpu_win_install_pip.md @@ -21,10 +21,10 @@ ## 安装MindSpore -首先参考[版本列表](https://www.mindspore.cn/versions)选择想要安装的MindSpore版本,并进行SHA-256完整性校验。以2.7.0rc1版本为例,执行以下命令。 +首先参考[版本列表](https://www.mindspore.cn/versions)选择想要安装的MindSpore版本,并进行SHA-256完整性校验。以2.7.0版本为例,执行以下命令。 ```bash -set MS_VERSION=2.7.0rc1 +set MS_VERSION=2.7.0 ``` 然后根据Python版本执行以下命令安装MindSpore。 diff --git a/install/mindspore_cpu_win_install_pip_en.md b/install/mindspore_cpu_win_install_pip_en.md index b2f1bbdb71..57b08d4473 100644 --- a/install/mindspore_cpu_win_install_pip_en.md +++ b/install/mindspore_cpu_win_install_pip_en.md @@ -21,10 +21,10 @@ This document describes how to install MindSpore by pip on Windows in a CPU envi ## Installing MindSpore -First, refer to [Version List](https://www.mindspore.cn/versions) to select the version of MindSpore you want to install, and perform SHA-256 integrity check. Taking version 2.7.0rc1 as an example, execute the following commands. +First, refer to [Version List](https://www.mindspore.cn/versions) to select the version of MindSpore you want to install, and perform SHA-256 integrity check. Taking version 2.7.0 as an example, execute the following commands. ```bash -set MS_VERSION=2.7.0rc1 +set MS_VERSION=2.7.0 ``` Then run the following commands to install MindSpore according to Python version. diff --git a/install/mindspore_gpu_install_pip.md b/install/mindspore_gpu_install_pip.md index a13690feb2..999451f03d 100644 --- a/install/mindspore_gpu_install_pip.md +++ b/install/mindspore_gpu_install_pip.md @@ -169,10 +169,10 @@ cd - ### 安装MindSpore -首先参考[版本列表](https://www.mindspore.cn/versions)选择想要安装的MindSpore版本,并进行SHA-256完整性校验。以2.7.0rc1版本为例,执行以下命令。 +首先参考[版本列表](https://www.mindspore.cn/versions)选择想要安装的MindSpore版本,并进行SHA-256完整性校验。以2.7.0版本为例,执行以下命令。 ```bash -export MS_VERSION=2.7.0rc1 +export MS_VERSION=2.7.0 ``` 然后根据CUDA版本及Python版本执行如下命令安装最新版本的MindSpore。 diff --git a/install/mindspore_gpu_install_pip_en.md b/install/mindspore_gpu_install_pip_en.md index 35cf09656d..34377b1d1d 100644 --- a/install/mindspore_gpu_install_pip_en.md +++ b/install/mindspore_gpu_install_pip_en.md @@ -169,10 +169,10 @@ cd - ### Installing MindSpore -First, refer to [Version List](https://www.mindspore.cn/versions) to select the version of MindSpore you want to install, and perform SHA-256 integrity check. Taking version 2.7.0rc1 as an example, execute the following commands. +First, refer to [Version List](https://www.mindspore.cn/versions) to select the version of MindSpore you want to install, and perform SHA-256 integrity check. Taking version 2.7.0 as an example, execute the following commands. ```bash -export MS_VERSION=2.7.0rc1 +export MS_VERSION=2.7.0 ``` Then install the latest version of MindSpore according to the CUDA version and Python version by following the following command. diff --git a/resource/release/release_list_en.md b/resource/release/release_list_en.md index 48dc66a0f7..17b69a6ce7 100644 --- a/resource/release/release_list_en.md +++ b/resource/release/release_list_en.md @@ -3,6 +3,7 @@ - [Release List](#release-list) + - [2.7.0](#270) - [2.7.0-rc1](#270-rc1) - [2.6.0](#260) - [2.6.0-rc1](#260-rc1) @@ -61,6 +62,30 @@ [![View source on Gitee](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source_en.svg)](https://gitee.com/mindspore/docs/blob/master/resource/release/release_list_en.md) +## 2.7.0 + +| Module Name | Hardware Platform | Operating System | Python Version | Download Links | SHA-256 | +|-----------|---------------|---------------|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------| +| MindSpore | Ascend
CPU | Linux-aarch64 | Python3.9 | [mindspore-2.7.0-cp39-cp39-linux_aarch64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/unified/aarch64/mindspore-2.7.0-cp39-cp39-linux_aarch64.whl) | 74020e04d8553d71c9b93b259b3d3af9a54e935ca4b4799c8c806d36be607635 | +| | | | Python3.10 | [mindspore-2.7.0-cp310-cp310-linux_aarch64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/unified/aarch64/mindspore-2.7.0-cp310-cp310-linux_aarch64.whl) | cf2cc43d73de86bc45878924c12f60865c0c06b43df76b28025ed6b27748ca0a | +| | | | Python3.11 | [mindspore-2.7.0-cp311-cp311-linux_aarch64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/unified/aarch64/mindspore-2.7.0-cp311-cp311-linux_aarch64.whl) | d4047ca0ff4bf1cce6fa6cc88044bdb598ce45f8b8fc9f51f9701dbc141aa8ff | +| | Ascend
CPU | Linux-x86_64 | Python3.9 | [mindspore-2.7.0-cp39-cp39-linux_x86_64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/unified/x86_64/mindspore-2.7.0-cp39-cp39-linux_x86_64.whl) | 281ebbcd5cfe0a5e4330f1029f067a4bce46d6a03c748d35dde9123994240a32 | +| | | | Python3.10 | [mindspore-2.7.0-cp310-cp310-linux_x86_64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/unified/x86_64/mindspore-2.7.0-cp310-cp310-linux_x86_64.whl) | 7b110af7a8321ebb331480d287b974490678be832c01d9f1036240d2099249c9 | +| | | | Python3.11 | [mindspore-2.7.0-cp311-cp311-linux_x86_64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/unified/x86_64/mindspore-2.7.0-cp311-cp311-linux_x86_64.whl) | 0051ecfc36b682df2e113b3e43c442f856509f567945d077c5728cd8e45b1f53 | +| | CPU | Windows-x64 | Python3.9 | [mindspore-2.7.0-cp39-cp39-win_amd64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/x86_64/mindspore-2.7.0-cp39-cp39-win_amd64.whl) | 64f2f42b127239d203cf4b93ef07202f02b0a185cce3f158a1ae214a4a9fb946 | +| | | | Python3.10 | [mindspore-2.7.0-cp310-cp310-win_amd64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/x86_64/mindspore-2.7.0-cp310-cp310-win_amd64.whl) | d598ce9efb88072c1ec7d3ec7c94398486c6d6f718eb607858e2345d65789669 | +| | | | Python3.11 | [mindspore-2.7.0-cp311-cp311-win_amd64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/x86_64/mindspore-2.7.0-cp311-cp311-win_amd64.whl) | de9779f037f21a1c0af544835d009d3b5c1d2cb446bde4b37388f6f027038c3b | +| | | MacOS-aarch64 | Python3.9 | [mindspore-2.7.0-cp39-cp39-macosx_11_0_arm64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/aarch64/mindspore-2.7.0-cp39-cp39-macosx_11_0_arm64.whl) | 2c187e2efd659f49afc87e6d42cc3c4ecf55c1fa4017480911a870e726bda8ba | +| | | | Python3.10 | [mindspore-2.7.0-cp310-cp310-macosx_11_0_arm64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/aarch64/mindspore-2.7.0-cp310-cp310-macosx_11_0_arm64.whl) | 1d0084245aed44be2db4960b5252f7dbd4ba0932ffcd3d3df80b71859c3a9347 | +| | | | Python3.11 | [mindspore-2.7.0-cp311-cp311-macosx_11_0_arm64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/aarch64/mindspore-2.7.0-cp311-cp311-macosx_11_0_arm64.whl) | 6be3c63c9a65b0e5fa06794f95de86ee1d7d85e8733a507ec4bc2965f1f852b8 | +| | | MacOS-x64 | Python3.9 | [mindspore-2.7.0-cp39-cp39-macosx_10_15_x86_64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/x86_64/mindspore-2.7.0-cp39-cp39-macosx_10_15_x86_64.whl) | 19a2062a033471b254c43ae48315507b2335281b507c3a8e464d83d5127b66e1 | +| | | | Python3.10 | [mindspore-2.7.0-cp310-cp310-macosx_10_15_x86_64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/x86_64/mindspore-2.7.0-cp310-cp310-macosx_10_15_x86_64.whl) | c33d010511be62dd5b8240a7f6d012c211776d0df89b4d454134ad3d304634d1 | +| | | | Python3.11 | [mindspore-2.7.0-cp311-cp311-macosx_10_15_x86_64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/x86_64/mindspore-2.7.0-cp311-cp311-macosx_10_15_x86_64.whl) | 78fca18ef9d06015a8bbf8674f0fc658403828df92e5d5fe71fae9f1984efe1a | + +| Commercial edition Installation Guide | Community edition download link (refer to commercial edition for instructions) | +|--------|------------------| +| TBD | [CANN 8.2.RC1](https://www.hiascend.com/developer/download/community/result?module=cann)
[firmware and driver](https://www.hiascend.com/hardware/firmware-drivers/community) | + ## 2.7.0-rc1 | Module Name | Hardware Platform | Operating System | Python Version | Download Links | SHA-256 | diff --git a/resource/release/release_list_zh_cn.md b/resource/release/release_list_zh_cn.md index 94b37b9abb..bcaf766cae 100644 --- a/resource/release/release_list_zh_cn.md +++ b/resource/release/release_list_zh_cn.md @@ -3,6 +3,7 @@ - [发布版本列表](#发布版本列表) + - [2.7.0](#270) - [2.7.0-rc1](#270-rc1) - [2.6.0](#260) - [2.6.0-rc1](#260-rc1) @@ -61,6 +62,32 @@ [![查看源文件](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source.svg)](https://gitee.com/mindspore/docs/blob/master/resource/release/release_list_zh_cn.md) +## 2.7.0 + +| 组件 | 硬件平台 | 操作系统 | Python版本 | 链接 | SHA-256 | +|-----------|---------------|---------------|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------| +| MindSpore | Ascend
CPU | Linux-aarch64 | Python3.9 | [mindspore-2.7.0-cp39-cp39-linux_aarch64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/unified/aarch64/mindspore-2.7.0-cp39-cp39-linux_aarch64.whl) | 74020e04d8553d71c9b93b259b3d3af9a54e935ca4b4799c8c806d36be607635 | +| | | | Python3.10 | [mindspore-2.7.0-cp310-cp310-linux_aarch64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/unified/aarch64/mindspore-2.7.0-cp310-cp310-linux_aarch64.whl) | cf2cc43d73de86bc45878924c12f60865c0c06b43df76b28025ed6b27748ca0a | +| | | | Python3.11 | [mindspore-2.7.0-cp311-cp311-linux_aarch64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/unified/aarch64/mindspore-2.7.0-cp311-cp311-linux_aarch64.whl) | d4047ca0ff4bf1cce6fa6cc88044bdb598ce45f8b8fc9f51f9701dbc141aa8ff | +| | Ascend
CPU | Linux-x86_64 | Python3.9 | [mindspore-2.7.0-cp39-cp39-linux_x86_64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/unified/x86_64/mindspore-2.7.0-cp39-cp39-linux_x86_64.whl) | 281ebbcd5cfe0a5e4330f1029f067a4bce46d6a03c748d35dde9123994240a32 | +| | | | Python3.10 | [mindspore-2.7.0-cp310-cp310-linux_x86_64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/unified/x86_64/mindspore-2.7.0-cp310-cp310-linux_x86_64.whl) | 7b110af7a8321ebb331480d287b974490678be832c01d9f1036240d2099249c9 | +| | | | Python3.11 | [mindspore-2.7.0-cp311-cp311-linux_x86_64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/unified/x86_64/mindspore-2.7.0-cp311-cp311-linux_x86_64.whl) | 0051ecfc36b682df2e113b3e43c442f856509f567945d077c5728cd8e45b1f53 | +| | CPU | Windows-x64 | Python3.9 | [mindspore-2.7.0-cp39-cp39-win_amd64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/x86_64/mindspore-2.7.0-cp39-cp39-win_amd64.whl) | 64f2f42b127239d203cf4b93ef07202f02b0a185cce3f158a1ae214a4a9fb946 | +| | | | Python3.10 | [mindspore-2.7.0-cp310-cp310-win_amd64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/x86_64/mindspore-2.7.0-cp310-cp310-win_amd64.whl) | d598ce9efb88072c1ec7d3ec7c94398486c6d6f718eb607858e2345d65789669 | +| | | | Python3.11 | [mindspore-2.7.0-cp311-cp311-win_amd64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/x86_64/mindspore-2.7.0-cp311-cp311-win_amd64.whl) | de9779f037f21a1c0af544835d009d3b5c1d2cb446bde4b37388f6f027038c3b | +| | | MacOS-aarch64 | Python3.9 | [mindspore-2.7.0-cp39-cp39-macosx_11_0_arm64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/aarch64/mindspore-2.7.0-cp39-cp39-macosx_11_0_arm64.whl) | 2c187e2efd659f49afc87e6d42cc3c4ecf55c1fa4017480911a870e726bda8ba | +| | | | Python3.10 | [mindspore-2.7.0-cp310-cp310-macosx_11_0_arm64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/aarch64/mindspore-2.7.0-cp310-cp310-macosx_11_0_arm64.whl) | 1d0084245aed44be2db4960b5252f7dbd4ba0932ffcd3d3df80b71859c3a9347 | +| | | | Python3.11 | [mindspore-2.7.0-cp311-cp311-macosx_11_0_arm64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/aarch64/mindspore-2.7.0-cp311-cp311-macosx_11_0_arm64.whl) | 6be3c63c9a65b0e5fa06794f95de86ee1d7d85e8733a507ec4bc2965f1f852b8 | +| | | MacOS-x64 | Python3.9 | [mindspore-2.7.0-cp39-cp39-macosx_10_15_x86_64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/x86_64/mindspore-2.7.0-cp39-cp39-macosx_10_15_x86_64.whl) | 19a2062a033471b254c43ae48315507b2335281b507c3a8e464d83d5127b66e1 | +| | | | Python3.10 | [mindspore-2.7.0-cp310-cp310-macosx_10_15_x86_64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/x86_64/mindspore-2.7.0-cp310-cp310-macosx_10_15_x86_64.whl) | c33d010511be62dd5b8240a7f6d012c211776d0df89b4d454134ad3d304634d1 | +| | | | Python3.11 | [mindspore-2.7.0-cp311-cp311-macosx_10_15_x86_64.whl](https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0/MindSpore/cpu/x86_64/mindspore-2.7.0-cp311-cp311-macosx_10_15_x86_64.whl) | 78fca18ef9d06015a8bbf8674f0fc658403828df92e5d5fe71fae9f1984efe1a | + +**Ascend配套软件包** + +| 商用版安装指引文档 | 社区版下载地址(安装参考商用版) | +|--------|------------------| +| TBD | [CANN 8.2.RC1](https://www.hiascend.com/developer/download/community/result?module=cann)
[固件与驱动](https://www.hiascend.com/hardware/firmware-drivers/community) | + ## 2.7.0-rc1 | 组件 | 硬件平台 | 操作系统 | Python版本 | 链接 | SHA-256 | -- Gitee