fix cpp doc

This commit is contained in:
LDOUBLEV
2021-12-21 14:56:36 +08:00
parent 5ed48ebc20
commit 8fda1d1e3e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ tar -xf paddle_inference.tgz
```shell
git clone https://github.com/PaddlePaddle/Paddle.git
git checkout dygraph
git checkout develop
```
* 进入Paddle目录后,编译方法如下。
+1 -1
View File
@@ -97,7 +97,7 @@ Finally you can see the following files in the folder of `paddle_inference/`.
```shell
git clone https://github.com/PaddlePaddle/Paddle.git
git checkout dygraph
git checkout develop
```
* After entering the Paddle directory, the commands to compile the paddle inference library are as follows.