Files
FastDeploy/docs/compile/prebuilt_wheels.md
2022-08-10 03:51:28 +00:00

25 lines
815 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# FastDeploy 预编编译Python Wheel包
FastDeploy提供了在Windows/Linux/Mac上的预先编译Python Wheel包开发者可以直接下载后安装也可以自行编译代码。
## 环境依赖
- cuda >= 11.2
- cudnn >= 8.0
## 下载地址
| 系统 | 架构 | 硬件 | 下载链接 |
| :--- | :--- | :--- | :------- |
| Linux| x64 | CPU | [fastdeploy-linux-x64-0.2.0.tgz]() |
| Linux | x64 | CPU/GPU | [fastdeploy-linux-x64-gpu-0.2.0.tgz]() |
| Windows | x64 | CPU | [fastdeploy-win-x64-0.2.0.zip]() |
| Windows | x64 | CPU/GPU | [fastdeploy-win-x64-gpu-0.2.0.zip]() |
| Mac | x86_64 | CPU | [fastdeploy-osx-x86_64-0.2.0.tgz]() |
| Mac | arm64 | CPU | [fastdeploy-osx-arm64-0.2.0.tgz]() |
## 其它文档
- [预编译C++部署库](./prebuilt_libraries.md)
- [FastDeploy C++部署](../../examples)