diff --git a/deploy/cpp_infer/readme.md b/deploy/cpp_infer/readme.md index a6a2c8ac4..5a7dad86a 100644 --- a/deploy/cpp_infer/readme.md +++ b/deploy/cpp_infer/readme.md @@ -119,7 +119,7 @@ tar -xf paddle_inference.tgz ```shell git clone https://github.com/PaddlePaddle/Paddle.git -git checkout release/2.4 +git checkout release/2.2 ``` * 进入Paddle目录后,编译方法如下。 diff --git a/deploy/cpp_infer/readme_en.md b/deploy/cpp_infer/readme_en.md index 0a1e42e3b..0ed71840c 100644 --- a/deploy/cpp_infer/readme_en.md +++ b/deploy/cpp_infer/readme_en.md @@ -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 release/2.4 +git checkout release/2.2 ``` * After entering the Paddle directory, the commands to compile the paddle inference library are as follows.