Skip to content

Commit 7684218

Browse files
authored
[docs][install] Modify windows wsl2 description (#5568)
1 parent f356f2d commit 7684218

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

docs/install/conda/windows-conda.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
在进行 PaddlePaddle 安装之前请确保您的 Anaconda 软件环境已经正确安装。软件下载和安装参见 Anaconda 官网(https://www.anaconda.com/)。在您已经正确安装 Anaconda 的情况下请按照下列步骤安装 PaddlePaddle。
88

99
* Windows 7/8/10 专业版/企业版 (64bit)
10+
* GPU 版本支持 CUDA 10.1/10.2/11.2, 且只支持单卡
1011
* conda 版本 4.8.3+ (64 bit)
1112
* Windows 原生暂不支持 NCCL,分布式等相关功能
12-
* 推荐在 WSL2 环境下,根据 Linux 方法安装使用 Paddle
13+
* 如果在 WSL2 环境下,推荐根据 Linux 方法安装使用 Paddle
1314

1415
### 1.1 创建虚拟环境
1516

docs/install/conda/windows-conda_en.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
Before performing PaddlePaddle installation, please make sure that your Anaconda software environment is properly installed. For software download and installation, see Anaconda's official website (https://www.anaconda.com/). If you have installed Anaconda correctly, follow these steps to install PaddlePaddle.
1010

1111
* Windows 7/8/10 Pro/Enterprise (64bit)
12-
* GPU Version supportCUDA 10.1/10.2/11.2,且仅支持单卡
12+
* GPU Version supportCUDA 10.1/10.2/11.2,and only supports single card
1313
* conda version 4.8.3+ (64 bit)
14-
14+
* NCCL, distribution are not supported on windows now
15+
* If you are in a WSL2 environment, it is recommended to install using Paddle according to the Linux method
1516

1617

1718
### 1.1 Create Virtual Environment

docs/install/pip/windows-pip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
4040
* 默认提供的安装包需要计算机支持 MKL
4141
* Windows 原生暂不支持 NCCL,分布式等相关功能
42-
* 推荐在 WSL2 环境下,根据 Linux 方法安装使用 Paddle
42+
* 如果在 WSL2 环境下,推荐根据 Linux 方法安装使用 Paddle
4343
4444
## 二、开始安装
4545

docs/install/pip/windows-pip_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
3838
* The installation package provided by default requires computer support for MKL
3939
* NCCL, distribution are not supported on windows now
40-
40+
* If you are in a WSL2 environment, it is recommended to install using Paddle according to the Linux method
4141
4242
4343
## INSTALLATION

0 commit comments

Comments
 (0)