Files
FastDeploy/docs/compile/prebuilt_libraries.md
DefTruth 33d3ada6ef [feature][docs] add prebuilt windows python whl and cpp libs (#113)
[feature][docs] add windows python whl and cpp libs
2022-08-15 13:28:37 +08:00

1.5 KiB
Raw Blame History

FastDeploy 预编编译Python Wheel包

FastDeploy提供了在Windows/Linux/Mac上的预先编译CPP部署库开发者可以直接下载后使用也可以自行编译代码。

环境依赖

  • cuda >= 11.2
  • cudnn >= 8.0
  • g++ >= 5.4(推荐8.2)

下载地址

Linux x64平台

部署库下载地址 硬件 说明
fastdeploy-linux-x64-0.2.0 CPU g++ 8.2编译产出
fastdeploy-linux-x64-gpu-0.2.0 CPU/GPU g++ 8.2, cuda 11.2, cudnn 8.2编译产出

Windows 10 x64平台

部署库下载地址 硬件 说明
fastdeploy-win-x64-0.2.0 CPU Visual Studio 16 2019 编译产出
fastdeploy-win-x64-gpu-0.2.0 CPU/GPU Visual Studio 16 2019cuda 11.2, cudnn 8.2编译产出

Linux aarch64平台

安装包 硬件
[comming...] CPU
[comming...] Jetson

Mac OSX平台

部署库下载地址 架构 硬件
[comming...] x86 CPU
[comming...] arm64 CPU

其它文档