mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 00:57:33 +08:00
1.0 KiB
1.0 KiB
FastDeploy Python SDK
FastDeploy provides pre-compiled Python Wheel packages on Windows/Linux/Mac. Developers can download and install them directly, or compile the code manually.
Currently, Fast Deploy supports
- Python3.6-3.9 on Linux
- Python3.8-3.9 on Windows
- Python3.6-3.9 on Mac
Install CPU Python
pip install fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
Install GPU Python
pip install fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
Notes:
- Please choose either
fastdeploy-python
orfastdeploy-gpu-python
for installation. - If you have installed CPU
fastdeploy-python
, please executepip uninstall fastdeploy-python
to uninstall the existing version to install GPUfastdeploy-gpu-python
.
Dependencies
- cuda >= 11.2
- cudnn >= 8.0