From 8849e3459fc53fa844ad36b11f37685342d44e32 Mon Sep 17 00:00:00 2001 From: Zhang Jun Date: Tue, 19 Mar 2024 13:56:43 +0800 Subject: [PATCH] update link mentioned at #11763 --- deploy/cpp_infer/docs/windows_vs2019_build.md | 2 +- deploy/cpp_infer/readme.md | 2 +- deploy/cpp_infer/readme_ch.md | 2 +- test_tipc/docs/install.md | 9 ++------- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/deploy/cpp_infer/docs/windows_vs2019_build.md b/deploy/cpp_infer/docs/windows_vs2019_build.md index 2f5c5818d7..5a27d79909 100644 --- a/deploy/cpp_infer/docs/windows_vs2019_build.md +++ b/deploy/cpp_infer/docs/windows_vs2019_build.md @@ -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`目录包含内容为: ``` diff --git a/deploy/cpp_infer/readme.md b/deploy/cpp_infer/readme.md index d176ff9862..d4be0f9457 100644 --- a/deploy/cpp_infer/readme.md +++ b/deploy/cpp_infer/readme.md @@ -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. diff --git a/deploy/cpp_infer/readme_ch.md b/deploy/cpp_infer/readme_ch.md index 444567f193..8d6669d03d 100644 --- a/deploy/cpp_infer/readme_ch.md +++ b/deploy/cpp_infer/readme_ch.md @@ -103,7 +103,7 @@ opencv3/ #### 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版本的预测库* )。 下载之后解压: diff --git a/test_tipc/docs/install.md b/test_tipc/docs/install.md index c1cd163e06..d67637a5fd 100644 --- a/test_tipc/docs/install.md +++ b/test_tipc/docs/install.md @@ -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依赖 ```