Skip to content

Commit 676c23e

Browse files
authored
Update install.md
1 parent cd9fe22 commit 676c23e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/en/install.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44

55
---
66

7-
## Introducation
7+
- [Introduction](#Introduction)
8+
9+
## Introduction
810

911
This document introduces how to install PaddleVideo and its requirements.
1012

1113
## Install PaddlePaddle
1214

1315
Python 3.7, CUDA 10.1, CUDNN7.6.4 nccl2.1.2 and later version are required at first, For now, PaddleVideo only support training on the GPU device. Please follow the instructions in the [Installation](http://www.paddlepaddle.org.cn/install/quick) if the PaddlePaddle on the device is lower than v2.0
1416

15-
Install PaddlePaddle
17+
**Install PaddlePaddle**
1618

1719
```bash
1820
pip3 install paddlepaddle-gpu --upgrade
@@ -38,6 +40,7 @@ Note:
3840
- Indicate **WITH_DISTRIBUTE=ON** when compiling, Please refer to [Instruction](https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/install/Tables.html#id3) for more details.
3941
- When running in the docker, in order to ensure that the container has enough shared memory for data read acceleration of Paddle, please set the parameter `--shm_size=32g` at creating a docker container, if conditions permit, you can set it to a larger value.
4042

43+
---
4144

4245
## Install PaddleVideo
4346

0 commit comments

Comments
 (0)