diff --git a/install/mindspore_ascend_install_source.md b/install/mindspore_ascend_install_source.md index 6f74da7d360168c9a9b4f6ece327f39476ba26b6..8863a8140ef29833f1ce9258ef5a66ce7bd7be5b 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 fabb2ad55c25a1851d289769e06142ddf35659a2..eef2f369e2d08fd92c6185016cbeb368d5feae70 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 41b5d727b2da7cfbbbb4f5326ebfd17b5a504071..577d9b4be2e500014ef7205a9aa221c1cd6d79e3 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 6468e4170c1ce03d4cea8ee3797057a13ec1b94b..238a537c528ea1f179183ced68dba944de4dff6e 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 cf38152ee52095c648fdd2ecff50db6bb8e86edd..020b889b33f9fa16142f0062ac49125f08893a80 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 880bc28bfba7d8d89f0f24dd1f3f831f8e64a9b0..d35f63d74fb77fe613d465ea296d101caf840d86 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 d8cbc455cfdbd6ac539663b408d011f8c14ef74e..90b94f199eaaf2e7a9c6fd8823f95ffd589648c9 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 c1e8ffb9ebc89713083712b2a2aad80355c89a2d..e6a22cc7adbf212622ed4c53efc0ae0482c2d49d 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 52d457670500a89116044daf75d88268ea6f1452..ccb2868e179eaecb67d533d146626a2815d6ed3a 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 c6505c06a762a87936620245ae8a2f2e44e27e2e..6e32155b7d087eb96d424b1f7f189fe7ed348b79 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