Skip to content

Commit

Permalink
[Doc] Add cmake version notice in Jetson doc (PaddlePaddle#1379)
Browse files Browse the repository at this point in the history
* Update jetson.md

* Update jetson.md
  • Loading branch information
jiangjiajun authored Feb 20, 2023
1 parent 7dc15e4 commit c3aee4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/cn/build_and_install/jetson.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

FastDeploy当前在Jetson仅支持ONNX Runtime CPU和TensorRT GPU/Paddle Inference三种后端推理

- 如若编译过程,出现错误提示`Could not find a package configuration file provided by "Python" with any of the following names: PythonConfig.cmake python-config.cmake`,请尝试将[cmake升级至3.25或最新版本](https://cmake.org/download/)解决。

## C++ SDK编译安装

编译需满足
Expand Down
2 changes: 2 additions & 0 deletions docs/en/build_and_install/jetson.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ English | [中文](../../cn/build_and_install/jetson.md)

FastDeploy supports CPU inference with ONNX Runtime and GPU inference with Nvidia TensorRT/Paddle Inference on Nvidia Jetson platform

- If there's error occurs, shows `Could not find a package configuration file provided by "Python" with any of the following names: PythonConfig.cmake python-config.cmake`, please try to [upgrade cmake to 3.25 or newer version](https://cmake.org/download/) to solve the problem.
-
## How to Build and Install FastDeploy C++ Library

Prerequisite for Compiling on NVIDIA Jetson:
Expand Down

0 comments on commit c3aee4f

Please sign in to comment.