pull/4993/head
LDOUBLEV 2021-12-21 14:58:58 +08:00
parent d825cfa969
commit 57bfd3e1b0
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ tar -xf paddle_inference.tgz
```shell ```shell
git clone https://github.com/PaddlePaddle/Paddle.git git clone https://github.com/PaddlePaddle/Paddle.git
git checkout release/2.4 git checkout release/2.2
``` ```
* 进入Paddle目录后编译方法如下。 * 进入Paddle目录后编译方法如下。

View File

@ -97,7 +97,7 @@ Finally you can see the following files in the folder of `paddle_inference/`.
```shell ```shell
git clone https://github.com/PaddlePaddle/Paddle.git git clone https://github.com/PaddlePaddle/Paddle.git
git checkout release/2.4 git checkout release/2.2
``` ```
* After entering the Paddle directory, the commands to compile the paddle inference library are as follows. * After entering the Paddle directory, the commands to compile the paddle inference library are as follows.