File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
22742274API 文档:
Original file line number Diff line number Diff line change 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 | | | | |
You can’t perform that action at this time.
0 commit comments