From b4f36cfd51ddb405799f5d9c0c92787d26adccfc Mon Sep 17 00:00:00 2001 From: huan <3174348550@qq.com> Date: Fri, 11 Apr 2025 16:27:56 +0800 Subject: [PATCH] add clone contents 2.6.0 --- install/mindspore_ascend_install_source.md | 2 +- install/mindspore_ascend_install_source_en.md | 6 +++--- install/mindspore_cpu_install_source.md | 2 +- install/mindspore_cpu_install_source_en.md | 2 +- install/mindspore_cpu_mac_install_source.md | 2 +- install/mindspore_cpu_mac_install_source_en.md | 2 +- install/mindspore_cpu_win_install_source.md | 2 +- install/mindspore_cpu_win_install_source_en.md | 2 +- install/mindspore_gpu_install_source.md | 2 +- install/mindspore_gpu_install_source_en.md | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/install/mindspore_ascend_install_source.md b/install/mindspore_ascend_install_source.md index 6f74da7d36..8863a8140e 100644 --- a/install/mindspore_ascend_install_source.md +++ b/install/mindspore_ascend_install_source.md @@ -225,7 +225,7 @@ pip install "numpy>=1.19.3,<=1.26.4" ## 从代码仓下载源码 ```bash -git clone https://gitee.com/mindspore/mindspore.git +git clone -b v2.6.0 https://gitee.com/mindspore/mindspore.git ``` ## 配置环境变量 diff --git a/install/mindspore_ascend_install_source_en.md b/install/mindspore_ascend_install_source_en.md index fabb2ad55c..eef2f369e2 100644 --- a/install/mindspore_ascend_install_source_en.md +++ b/install/mindspore_ascend_install_source_en.md @@ -20,7 +20,7 @@ -[![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/install/mindspore_ascend_install_source_en.md) +[![View Source On Gitee](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/r2.6.0/resource/_static/logo_source_en.svg)](https://gitee.com/mindspore/docs/blob/r2.6.0/install/mindspore_ascend_install_source_en.md) This document describes how to install MindSpore by compiling source code on Linux in an Ascend environment. @@ -225,7 +225,7 @@ Note: The Numpy version used in the runtime environment must be no less than the ## Downloading the Source Code from the Code Repository ```bash -git clone https://gitee.com/mindspore/mindspore.git +git clone -b v2.6.0 https://gitee.com/mindspore/mindspore.git ``` ## Configuring Environment Variables @@ -265,7 +265,7 @@ Where: pip install output/mindspore-*.whl -i https://pypi.tuna.tsinghua.edu.cn/simple ``` -When the network is connected, dependencies of MindSpore are automatically downloaded during the .whl package installation. (For details about the dependency, see required_package in [setup.py](https://gitee.com/mindspore/mindspore/blob/master/setup.py)). In other cases, you need to install dependencies by yourself. +When the network is connected, dependencies of MindSpore are automatically downloaded during the .whl package installation. (For details about the dependency, see required_package in [setup.py](https://gitee.com/mindspore/mindspore/blob/v2.6.0/setup.py)). In other cases, you need to install dependencies by yourself. ## Installation Verification diff --git a/install/mindspore_cpu_install_source.md b/install/mindspore_cpu_install_source.md index 41b5d727b2..577d9b4be2 100644 --- a/install/mindspore_cpu_install_source.md +++ b/install/mindspore_cpu_install_source.md @@ -133,7 +133,7 @@ sudo apt-get install llvm-12-dev -y ## 从代码仓下载源码 ```bash -git clone https://gitee.com/mindspore/mindspore.git +git clone -b v2.6.0 https://gitee.com/mindspore/mindspore.git ``` ## 编译MindSpore diff --git a/install/mindspore_cpu_install_source_en.md b/install/mindspore_cpu_install_source_en.md index 6468e4170c..238a537c52 100644 --- a/install/mindspore_cpu_install_source_en.md +++ b/install/mindspore_cpu_install_source_en.md @@ -131,7 +131,7 @@ sudo apt-get install llvm-12-dev -y ## Downloading the Source Code from the Code Repository ```bash -git clone https://gitee.com/mindspore/mindspore.git +git clone -b v2.6.0 https://gitee.com/mindspore/mindspore.git ``` ## Compiling MindSpore diff --git a/install/mindspore_cpu_mac_install_source.md b/install/mindspore_cpu_mac_install_source.md index cf38152ee5..020b889b33 100644 --- a/install/mindspore_cpu_mac_install_source.md +++ b/install/mindspore_cpu_mac_install_source.md @@ -63,7 +63,7 @@ ## 从代码仓下载源码 ```bash -git clone https://gitee.com/mindspore/mindspore.git +git clone -b v2.6.0 https://gitee.com/mindspore/mindspore.git ``` ## 编译MindSpore diff --git a/install/mindspore_cpu_mac_install_source_en.md b/install/mindspore_cpu_mac_install_source_en.md index 880bc28bfb..d35f63d74f 100644 --- a/install/mindspore_cpu_mac_install_source_en.md +++ b/install/mindspore_cpu_mac_install_source_en.md @@ -63,7 +63,7 @@ Create a Conda virtual environment based on the Python version you want to use a ## Downloading Source Code from Code Repository ```bash -git clone https://gitee.com/mindspore/mindspore.git +git clone -b v2.6.0 https://gitee.com/mindspore/mindspore.git ``` ## Compiling MindSpore diff --git a/install/mindspore_cpu_win_install_source.md b/install/mindspore_cpu_win_install_source.md index d8cbc455cf..90b94f199e 100644 --- a/install/mindspore_cpu_win_install_source.md +++ b/install/mindspore_cpu_win_install_source.md @@ -31,7 +31,7 @@ ## 从代码仓下载源码 ```bash -git clone https://gitee.com/mindspore/mindspore.git +git clone -b v2.6.0 https://gitee.com/mindspore/mindspore.git ``` ## 编译MindSpore diff --git a/install/mindspore_cpu_win_install_source_en.md b/install/mindspore_cpu_win_install_source_en.md index c1e8ffb9eb..e6a22cc7ad 100644 --- a/install/mindspore_cpu_win_install_source_en.md +++ b/install/mindspore_cpu_win_install_source_en.md @@ -31,7 +31,7 @@ This document describes how to install MindSpore by compiling source code on Win ## Downloading Source Code from Code Repository ```bash -git clone https://gitee.com/mindspore/mindspore.git +git clone -b v2.6.0 https://gitee.com/mindspore/mindspore.git ``` ## Compiling MindSpore diff --git a/install/mindspore_gpu_install_source.md b/install/mindspore_gpu_install_source.md index 52d4576705..ccb2868e17 100644 --- a/install/mindspore_gpu_install_source.md +++ b/install/mindspore_gpu_install_source.md @@ -233,7 +233,7 @@ cd - ## 从代码仓下载源码 ```bash -git clone https://gitee.com/mindspore/mindspore.git +git clone -b v2.6.0 https://gitee.com/mindspore/mindspore.git ``` ## 编译MindSpore diff --git a/install/mindspore_gpu_install_source_en.md b/install/mindspore_gpu_install_source_en.md index c6505c06a7..6e32155b7d 100644 --- a/install/mindspore_gpu_install_source_en.md +++ b/install/mindspore_gpu_install_source_en.md @@ -233,7 +233,7 @@ cd - ## Downloading the Source Code from the Code Repository ```bash -git clone https://gitee.com/mindspore/mindspore.git +git clone -b v2.6.0 https://gitee.com/mindspore/mindspore.git ``` ## Compiling MindSpore -- Gitee