mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
* add paddle_trt in benchmark * update benchmark in device * update benchmark * update result doc * fixed for CI * update python api_docs * update index.rst * add runtime cpp examples * deal with comments * Update infer_paddle_tensorrt.py Co-authored-by: Jason <928090362@qq.com>
Python API
This directory help to generate Python API documents for FastDeploy.
- First, to generate the latest api documents, you need to install the latest FastDeploy, refer build and install to build FastDeploy python wheel package with the latest code.
- After installed FastDeploy in your python environment, there are some dependencies need to install, execute command
pip install -r requirements.txtin this directory - Execute command
make htmlto generate API documents
After all the step done, use browser open _build/html/index.html.