Skip to content

Commit

Permalink
update link mentioned at PaddlePaddle#11763
Browse files Browse the repository at this point in the history
  • Loading branch information
jzhang533 committed Mar 19, 2024
1 parent 8c9d3f9 commit 8849e34
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion deploy/cpp_infer/docs/windows_vs2019_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PaddleOCR在Windows 平台下基于`Visual Studio 2019 Community` 进行了测

#### 1.2.1 下载 PaddlePaddle C++ 预测库

PaddlePaddle C++ 预测库针对不同的`CPU``CUDA`版本提供了不同的预编译版本,请根据实际情况下载: [C++预测库下载列表](https://paddleinference.paddlepaddle.org.cn/user_guides/download_lib.html#windows)
PaddlePaddle C++ 预测库针对不同的`CPU``CUDA`版本提供了不同的预编译版本,请根据实际情况下载: [C++预测库下载列表](https://www.paddlepaddle.org.cn/inference/master/guides/install/download_lib.html#windows)

解压后`D:\projects\paddle_inference`目录包含内容为:
```
Expand Down
2 changes: 1 addition & 1 deletion deploy/cpp_infer/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ opencv3/

#### 1.3.1 Direct download and installation

[Paddle inference library official website](https://paddleinference.paddlepaddle.org.cn/user_guides/download_lib.html#linux). You can review and select the appropriate version of the inference library on the official website.
[Paddle inference library official website](https://www.paddlepaddle.org.cn/inference/master/guides/install/download_lib.html#linux). You can review and select the appropriate version of the inference library on the official website.


* After downloading, use the following command to extract files.
Expand Down
2 changes: 1 addition & 1 deletion deploy/cpp_infer/readme_ch.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ opencv3/
<a name="131"></a>
#### 1.3.1 直接下载安装

[Paddle预测库官网](https://paddleinference.paddlepaddle.org.cn/user_guides/download_lib.html#linux) 上提供了不同cuda版本的Linux预测库,可以在官网查看并选择合适的预测库版本(*建议选择paddle版本>=2.0.1版本的预测库* )。
[Paddle预测库官网](https://www.paddlepaddle.org.cn/inference/master/guides/install/download_lib.html#linux) 上提供了不同cuda版本的Linux预测库,可以在官网查看并选择合适的预测库版本(*建议选择paddle版本>=2.0.1版本的预测库* )。

下载之后解压:

Expand Down
9 changes: 2 additions & 7 deletions test_tipc/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,8 @@ cd TensorRT-${version}/graphsurgeon

### 3.3 安装PaddlePaddle

下载支持TensorRT版本的Paddle安装包,注意安装包的TensorRT版本需要与本地TensorRT一致,下载[链接](https://paddleinference.paddlepaddle.org.cn/user_guides/download_lib.html#python)
选择下载 linux-cuda10.2-trt7-gcc8.2 Python3.7版本的Paddle:
```
# 从下载链接中可以看到是paddle2.1.1-cuda10.2-cudnn8.1版本
wget https://paddle-wheel.bj.bcebos.com/with-trt/2.1.1-gpu-cuda10.2-cudnn8.1-mkl-gcc8.2/paddlepaddle_gpu-2.1.1-cp37-cp37m-linux_x86_64.whl
pip3.7 install -U paddlepaddle_gpu-2.1.1-cp37-cp37m-linux_x86_64.whl
```
下载[链接](https://www.paddlepaddle.org.cn/install/quick)


## 4. 安装PaddleOCR依赖
```
Expand Down

0 comments on commit 8849e34

Please sign in to comment.