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/conda/linux-conda_en.md
+1-1Lines changed: 1 addition & 1 deletion
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.
Copy file name to clipboardExpand all lines: docs/install/pip/linux-pip_en.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
***CentOS 7 (GPUVersion Supports CUDA 10.1/10.2/11.0/11.1/11.2**)**
9
9
***Ubuntu 16.04 (GPUVersion Supports CUDA 10.1/10.2/11.0/11.1/11.2)**
10
10
***Ubuntu 18.04 (GPUVersion Supports CUDA 10.1/10.2/11.0/11.1/11.2)**
11
+
***Ubuntu 20.04 (GPUVersion Supports CUDA 10.1/10.2/11.0/11.1/11.2)**
11
12
12
13
***Python Version: 3.6/3.7/3.8/3.9 (64 bit)**
13
14
@@ -228,16 +229,10 @@ Note:
228
229
cat /proc/cpuinfo | grep -i avx
229
230
```
230
231
231
-
* If you want to install the Paddle package built with `tensorrt`, you can use the following command to download the wheel package to the local, and then use `python -m pip install [name].whl` to install locally ([name] is the name of the wheel package):
* If you want to install the Paddle package with `avx` and `openblas`, you can use the following command to download the wheel package to the local, and then use `python -m pip install [name].whl` to install locally ([name] is the name of the wheel package):
0 commit comments