diff --git a/deploy/cpp_infer/readme.md b/deploy/cpp_infer/readme.md index 80017b78dba375d91cc2e29e6a5f79d7ff7ac891..d901366235db21727ceac88528d83ae1120fd030 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 dygraph +git checkout develop ``` * 进入Paddle目录后,编译方法如下。 diff --git a/deploy/cpp_infer/readme_en.md b/deploy/cpp_infer/readme_en.md index c9024c069c426c0d50883dd0396a0d5828e7f67a..4daa73453507959ea10e21a7383d03d00aedf438 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 dygraph +git checkout develop ``` * After entering the Paddle directory, the commands to compile the paddle inference library are as follows.