Files
FastDeploy/docs/quick_start/Python_prebuilt_wheels.md
DefTruth beddcba900 [docs][win] add windows c++ sdk demo to examples (#136)
* [docs] format docs with markdown with language tags

* [docs][win] add windows c++ sdk demo

* [docs][win] add windows c++ sdk demo to examples

* [docs][api] update runtime_option docs
2022-08-22 10:53:00 +08:00

991 B
Raw Blame History

FastDeploy 预编编译Python Wheel包

FastDeploy提供了在Windows/Linux/Mac上的预先编译Python Wheel包开发者可以直接下载后安装也可以自行编译代码。

目前各平台支持情况如下

  • Linux 支持Python3.6~3.9
  • Windows 支持Python3.8~3.9
  • Mac 支持Python3.6~3.9

安装 CPU Python 版本

pip install fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html

安装 GPU Python 版本

pip install fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html

注意事项

  • 不要重复安装fastdeploy-pythonfastdeploy-gpu-python
  • 如已安装CPU版本的fastdeploy-python在安装GPU版本的fastdeploy-gpu-python,请先执行pip uninstall fastdeploy-python卸载已有版本

环境依赖

  • cuda >= 11.2
  • cudnn >= 8.0

其它文档