Skip to content

Commit

Permalink
modify compile readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangjiajun committed Aug 16, 2022
1 parent 6b942fc commit 86cf7df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/compile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
| CUDA_DIRECTORY | 指定编译时的CUDA路径,默认为/usr/local/cuda | CUDA 11.2及以上 |
| TRT_DIRECTORY | 当启用TensorRT推理后端时,需通过此参数指定TensorRT路径 | TensorRT 8.4及以上 |
| ENABLE_VISION | 启用视觉模型模块,默认为ON | |


FastDeploy支持在编译时,用户选择自己的后端进行编译, 目前已经支持Paddle Inference、ONNXRuntime、TensorRT(加载ONNX格式)。FastDeploy已支持的模型已完成在不同后端上的验证工作,会自动根据编译时支持的后端进行选择,如若无可用后端则会给出相应提示(如YOLOv7目前仅支持ONNXRuntime/TensorRT后端,如若编译时未开启这两个后端,则推理时会提示无可用后端)。

0 comments on commit 86cf7df

Please sign in to comment.