From 1437a9b04a6c1fc3a3a7f5195f78716290687ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E9=87=8C=E6=96=AF=E5=BC=80=E6=89=87?= Date: Fri, 14 Jan 2022 08:19:58 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/en/PyTorch=20Installation=20Guide?= =?UTF-8?q?/PyTorch=20Installation=20Guide.md.=20=E5=B0=91=E9=87=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../en/PyTorch Installation Guide/PyTorch Installation Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/PyTorch Installation Guide/PyTorch Installation Guide.md b/docs/en/PyTorch Installation Guide/PyTorch Installation Guide.md index 333f7c8924..76ad3aa312 100644 --- a/docs/en/PyTorch Installation Guide/PyTorch Installation Guide.md +++ b/docs/en/PyTorch Installation Guide/PyTorch Installation Guide.md @@ -94,7 +94,7 @@ When setting up the environment for PyTorch model development and running, you c │ ├── access_control_test.py │ ├── src # Source code directory │ └── test # Directory for storing test cases - └── scripts # Build and create a directory. + └── scripts # Build and creation directory ``` 2. Obtain the native PyTorch source code from the root directory **/pytorch** of the current repository. -- Gitee