You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/compile/linux-compile_en.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@
4
4
5
5
***Linux version (64 bit)**
6
6
***CentOS 6 (not recommended, no official support for compilation problems)**
7
-
***CentOS 7 (GPU version supports CUDA 10.1/10.2/11.1/11.2/11.6**
7
+
***CentOS 7 (GPU version supports CUDA 10.1/10.2/11.1/11.2/11.6/11.7**
8
8
***Ubuntu 14.04 (not recommended, no official support for compilation problems)**
9
-
***Ubuntu 16.04 (GPU version supports CUDA 10.1/10.2/11.1/11.2/11.6)**
10
-
***Ubuntu 18.04 (GPU version supports CUDA 10.1/10.2/11.1/11.2/11.6)**
9
+
***Ubuntu 16.04 (GPU version supports CUDA 10.1/10.2/11.1/11.2/11.6/11.7)**
10
+
***Ubuntu 18.04 (GPU version supports CUDA 10.1/10.2/11.1/11.2/11.6/11.7)**
11
11
***Python version 3.6/3.7/3.8/3.9/3.10 (64 bit)**
12
12
13
13
## Choose CPU/GPU
@@ -20,6 +20,7 @@
20
20
***CUDA toolkit 11.1 with cuDNN v8.1.1(for multi card support, NCCL2.7 or higher)**
21
21
***CUDA toolkit 11.2 with cuDNN v8.1.1(for multi card support, NCCL2.7 or higher)**
22
22
***CUDA toolkit 11.6 with cuDNN v8.4.0(for multi card support, NCCL2.7 or higher)**
23
+
***CUDA toolkit 11.7 with cuDNN v8.4.1(for multi card support, NCCL2.7 or higher)**
23
24
***Hardware devices with GPU computing power over 3.5**
24
25
25
26
You can refer to NVIDIA official documents for installation process and configuration method of CUDA and cudnn. Please refer to[CUDA](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/),[cuDNN](https://docs.nvidia.com/deeplearning/sdk/cudnn-install/)
@@ -144,7 +145,7 @@ git checkout [name of the branch]
144
145
For example:
145
146
146
147
```
147
-
git checkout release/2.3
148
+
git checkout release/2.4
148
149
```
149
150
150
151
Note: python3.6、python3.7 version started supporting from release/1.2 branch, python3.8 version started supporting from release/1.8 branch, python3.9 version started supporting from release/2.1 branch, python3.10 version started supporting from release/2.3 branch
@@ -474,7 +475,7 @@ git checkout [name of target branch]
474
475
For example:
475
476
476
477
```
477
-
git checkout release/2.3
478
+
git checkout release/2.4
478
479
```
479
480
480
481
#### 10. And please create and enter a directory called build:
Copy file name to clipboardExpand all lines: docs/install/compile/macos-compile_en.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ git checkout [name of the branch]
95
95
For example:
96
96
97
97
```
98
-
git checkout release/2.3
98
+
git checkout release/2.4
99
99
```
100
100
101
101
Note: python3.6、python3.7 version started supporting from release/1.2 branch, python3.8 version started supporting from release/1.8 branch, python3.9 version started supporting from release/2.1 branch, python3.10 version started supporting from release/2.3 branch
@@ -257,7 +257,7 @@ git checkout [name of the branch]
257
257
For example:
258
258
259
259
```
260
-
git checkout release/2.3
260
+
git checkout release/2.4
261
261
```
262
262
263
263
#### 7. And please create and enter a directory called build:
Copy file name to clipboardExpand all lines: docs/install/compile/windows-compile_en.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## Environment preparation
4
4
5
5
***Windows 7/8/10 Pro/Enterprise(64bit)**
6
-
***GPU Version support CUDA 10.1/10.2/11.1/11.2/11.6, and only support single GPU**
6
+
***GPU Version support CUDA 10.1/10.2/11.1/11.2/11.6/11.7, and only support single GPU**
7
7
***Python version 3.6+/3.7+/3.8+/3.9+/3.10+(64bit)**
8
8
***pip version 20.2.2 or above (64bit)**
9
9
***Visual Studio 2017**
@@ -17,6 +17,7 @@
17
17
***CUDA toolkit 11.1 with cuDNN v8.1.1**
18
18
***CUDA toolkit 11.2 with cuDNN v8.2.1**
19
19
***CUDA toolkit 11.6 with cuDNN v8.4.0**
20
+
***CUDA toolkit 11.7 with cuDNN v8.4.1**
20
21
***GPU's computing capability exceeds 3.5**
21
22
22
23
## Installation steps
@@ -73,7 +74,7 @@ There is one compilation methods in Windows system:
73
74
74
75
For example:
75
76
```
76
-
git checkout release/2.3
77
+
git checkout release/2.4
77
78
```
78
79
79
80
Note: python3.6、python3.7 version started supporting from release/1.2, python3.8 version started supporting from release/1.8, python3.9 version started supporting from release/2.1, python3.10 version started supporting from release/2.3
Copy file name to clipboardExpand all lines: docs/install/conda/linux-conda_en.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
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.
You can refer to NVIDIA official documents for installation process and configuration method of CUDA and cudnn. Please refer to [CUDA](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/),[cuDNN](https://docs.nvidia.com/deeplearning/sdk/cudnn-install/)
0 commit comments