From accb0ba603870c50d122bc663120107643190dec Mon Sep 17 00:00:00 2001 From: pengzirong Date: Tue, 14 Jun 2022 17:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8B=E8=BD=BD=E6=98=87?= =?UTF-8?q?=E8=85=BE=E9=80=82=E9=85=8D=E7=9A=84apex=E6=BA=90=E7=A0=81?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../en/PyTorch Installation Guide/PyTorch Installation Guide.md | 2 +- .../PyTorch\345\256\211\350\243\205\346\214\207\345\215\227.md" | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/PyTorch Installation Guide/PyTorch Installation Guide.md b/docs/en/PyTorch Installation Guide/PyTorch Installation Guide.md index 1239a71fed6..da7f5af5662 100644 --- a/docs/en/PyTorch Installation Guide/PyTorch Installation Guide.md +++ b/docs/en/PyTorch Installation Guide/PyTorch Installation Guide.md @@ -294,7 +294,7 @@ export HCCL_IF_IP="1.1.1.1" # 1.1.1.1 is the NIC IP address of the host. Change 1. Run the following command to obtain the Apex source code adapted to Ascend AI Processors: ``` - git clone https://gitee.com/ascend/apex.git + git clone -b 2.0.2.tr5 https://gitee.com/ascend/apex.git ``` The directory structure of the downloaded source code is as follows: diff --git "a/docs/zh/PyTorch\345\256\211\350\243\205\346\214\207\345\215\227/PyTorch\345\256\211\350\243\205\346\214\207\345\215\227.md" "b/docs/zh/PyTorch\345\256\211\350\243\205\346\214\207\345\215\227/PyTorch\345\256\211\350\243\205\346\214\207\345\215\227.md" index 0a83182a76d..d7352bffdd7 100644 --- "a/docs/zh/PyTorch\345\256\211\350\243\205\346\214\207\345\215\227/PyTorch\345\256\211\350\243\205\346\214\207\345\215\227.md" +++ "b/docs/zh/PyTorch\345\256\211\350\243\205\346\214\207\345\215\227/PyTorch\345\256\211\350\243\205\346\214\207\345\215\227.md" @@ -294,7 +294,7 @@ export HCCL_IF_IP="1.1.1.1" # “1.1.1.1”为示例使用的host网卡IP,请 1. 运行如下命令,获取适配昇腾AI处理器的apex源代码。 ``` - git clone https://gitee.com/ascend/apex.git + git clone -b 2.0.2.tr5 https://gitee.com/ascend/apex.git ``` 下载的源码主要目录结构如下所示: -- Gitee