From 01f2dcbf28ebc607701b5496a64e1eb129fc8488 Mon Sep 17 00:00:00 2001 From: Ting Wang Date: Wed, 22 Apr 2020 11:13:51 +0800 Subject: [PATCH] update download path Signed-off-by: Ting Wang --- .../source_en/advanced_use/mindspore_cpu_win_install_en.md | 2 +- .../source_zh_cn/advanced_use/mindspore_cpu_win_install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/source_en/advanced_use/mindspore_cpu_win_install_en.md b/tutorials/source_en/advanced_use/mindspore_cpu_win_install_en.md index d0a8a5a8..a3ef2a81 100644 --- a/tutorials/source_en/advanced_use/mindspore_cpu_win_install_en.md +++ b/tutorials/source_en/advanced_use/mindspore_cpu_win_install_en.md @@ -44,7 +44,7 @@ This document describes how to quickly install MindSpore on a Windows system wit ### Installing Using Executable Files -1. Download the Windows .whl package of daily version from the [MindSpore repository](https://repo.mindspore.cn/mindspore/). It is recommended to perform SHA-256 integrity verification first and run the following command to install MindSpore: +1. Download the Windows .whl package of daily version from the [MindSpore repository](https://repo.mindspore.cn/mindspore/mindspore/newest/cpu/x64_windows/). It is recommended to perform SHA-256 integrity verification first and run the following command to install MindSpore: ```bash pip install mindspore-{version}-cp37-cp37m-win_{arch}.whl diff --git a/tutorials/source_zh_cn/advanced_use/mindspore_cpu_win_install.md b/tutorials/source_zh_cn/advanced_use/mindspore_cpu_win_install.md index a5eaa912..b1de3526 100644 --- a/tutorials/source_zh_cn/advanced_use/mindspore_cpu_win_install.md +++ b/tutorials/source_zh_cn/advanced_use/mindspore_cpu_win_install.md @@ -44,7 +44,7 @@ ### 通过可执行文件安装 -1. 从[MindSpore版本库](https://repo.mindspore.cn/mindspore/)获取daily版本对应的Windows安装包,建议先进行SHA-256完整性校验,执行如下命令安装MindSpore。 +1. 从[MindSpore版本库](https://repo.mindspore.cn/mindspore/mindspore/newest/cpu/x64_windows/)获取daily版本对应的Windows安装包,建议先进行SHA-256完整性校验,执行如下命令安装MindSpore。 ```bash pip install mindspore-{version}-cp37-cp37m-win_{arch}.whl -- GitLab