Skip to content

Commit eca99e3

Browse files
Nyako Shigurecodex
andauthored
[Doc Link Fix No.64] Fix stale Paddle Inference links in docs (#7888)
Co-authored-by: Codex <codex@openai.com>
1 parent d697c08 commit eca99e3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/faq/install_cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/opt/conda/lib/
2727
> Windows: set PATH by `set PATH=XXX;
2828
+ 问题分析:
2929

30-
遇到该问题是因为使用的 paddle 默认开始了 TensorRT,但是本地环境中没有找到 TensorRT 的库,该问题只影响使用[Paddle Inference](https://paddleinference.paddlepaddle.org.cn/master/product_introduction/inference_intro.html)开启 TensorRT 预测的场景,对其它方面均不造成影响。
30+
遇到该问题是因为使用的 paddle 默认开始了 TensorRT,但是本地环境中没有找到 TensorRT 的库,该问题只影响使用[Paddle Inference](https://www.paddlepaddle.org.cn/inference/master/guides/introduction/index_intro.html)开启 TensorRT 预测的场景,对其它方面均不造成影响。
3131

3232
+ 解决办法:
3333

docs/guides/custom_op/new_cpp_op_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2267,8 +2267,8 @@ cd build
22672267

22682268
### 参考链接汇总
22692269

2270-
- [Paddle Inference 快速开始](https://paddleinference.paddlepaddle.org.cn/quick_start/workflow.html)
2271-
- [Paddle Inference API 文档](https://paddleinference.paddlepaddle.org.cn/api_reference/cxx_api_index.html)
2270+
- [Paddle Inference 快速开始](https://www.paddlepaddle.org.cn/inference/master/guides/introduction/workflow.html)
2271+
- [Paddle Inference API 文档](https://www.paddlepaddle.org.cn/inference/master/api_reference/cxx_api_doc/cxx_api_index.html)
22722272
- [更多示例代码-自定义算子单元测试](https://github.com/PaddlePaddle/Paddle/tree/develop/test/custom_op)
22732273

22742274
API 文档:

docs/hardware_support/hardware_info_cn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636

3737
| 分类 | 架构 | 公司 | 型号 | 预编译库 | 源码编译 | 完全支持推理 | 支持部分模型 |
3838
| ---- | ---- | ---- | ---- |---- | ---- |---- | ---- |
39-
| 服务端 CPU | x86 | Intel | 常见 CPU 型号如 Xeon、Core 全系列以及 NUC | [预编译库](https://paddleinference.paddlepaddle.org.cn/user_guides/download_lib.html) | [源码编译](https://paddleinference.paddlepaddle.org.cn/user_guides/source_compile.html) | ✔️ | |
40-
| 服务端 GPU | | NVIDIA | Ada Lovelace、Hopper、 Ampere、Turing、 Volta 架构 | [预编译库](https://paddleinference.paddlepaddle.org.cn/user_guides/download_lib.html) | [源码编译](https://paddleinference.paddlepaddle.org.cn/user_guides/source_compile.html) | ✔️ | |
41-
| 移动端 GPU | | NVIDIA | Jetson 系列 | [预编译库](https://paddleinference.paddlepaddle.org.cn/user_guides/download_lib.html) | [源码编译](https://paddleinference.paddlepaddle.org.cn/user_guides/source_compile.html) | ✔️ | |
39+
| 服务端 CPU | x86 | Intel | 常见 CPU 型号如 Xeon、Core 全系列以及 NUC | [预编译库](https://www.paddlepaddle.org.cn/inference/master/guides/install/download_lib.html) | [源码编译](https://www.paddlepaddle.org.cn/inference/master/guides/install/compile/source_compile.html) | ✔️ | |
40+
| 服务端 GPU | | NVIDIA | Ada Lovelace、Hopper、 Ampere、Turing、 Volta 架构 | [预编译库](https://www.paddlepaddle.org.cn/inference/master/guides/install/download_lib.html) | [源码编译](https://www.paddlepaddle.org.cn/inference/master/guides/install/compile/source_compile.html) | ✔️ | |
41+
| 移动端 GPU | | NVIDIA | Jetson 系列 | [预编译库](https://www.paddlepaddle.org.cn/inference/master/guides/install/download_lib.html) | [源码编译](https://www.paddlepaddle.org.cn/inference/master/guides/install/compile/source_compile.html) | ✔️ | |
4242
| AI 加速芯片 | 达芬奇 | 华为 | 昇腾 910 系列 | | [源码编译](./npu/install_cn.html) | | ✔️ |
4343
| AI 加速芯片 | MLU | 寒武纪 | MLU370 系列 | | [源码编译](./mlu/install_cn.html) | | ✔️ |
4444
| AI 加速芯片 | MUSA | 摩尔线程 | MTT S 系列 GPU | | | | |

0 commit comments

Comments
 (0)