[feature][docs] add prebuilt windows python whl and cpp libs (#113)

[feature][docs] add windows python whl and cpp libs
This commit is contained in:
DefTruth
2022-08-15 13:28:37 +08:00
committed by GitHub
parent 47ce3c7d0e
commit 33d3ada6ef
2 changed files with 13 additions and 8 deletions

View File

@@ -19,17 +19,17 @@ FastDeploy提供了在Windows/Linux/Mac上的预先编译CPP部署库开发
### Windows 10 x64平台
| 部署库下载地址 | 硬件 |
| :------------- | :--- |
| [comming...] | CPU |
| [comming...] | CPU/GPU |
| 部署库下载地址 | 硬件 | 说明 |
| :------------- | :--- | :--- |
| [fastdeploy-win-x64-0.2.0](https://bj.bcebos.com/paddlehub/fastdeploy/cpp/fastdeploy-win-x64-0.2.0.zip) | CPU | Visual Studio 16 2019 编译产出 |
| [fastdeploy-win-x64-gpu-0.2.0](https://bj.bcebos.com/paddlehub/fastdeploy/cpp/fastdeploy-win-x64-gpu-0.2.0.zip) | CPU/GPU | Visual Studio 16 2019cuda 11.2, cudnn 8.2编译产出 |
### Linux aarch64平台
| 安装包 | 硬件 |
| :---- | :-- |
| [comming...] | CPU |
| [comming...] | Jetson |
| [comming...] | Jetson |
### Mac OSX平台

View File

@@ -38,15 +38,20 @@ python -m pip install fastdeploy_python-0.2.0-cp38-cp38-manylinux1_x86_64.whl
| CPU 安装包 | 硬件 | Python版本 |
| :---- | :-- | :------ |
| [comming...] | CPU | 3.8 |
| [comming...] | CPU | 3.9 |
| [fastdeploy_python-0.2.0-cp38-cp38-win_amd64.whl](https://bj.bcebos.com/paddlehub/fastdeploy/wheels/fastdeploy_python-0.2.0-cp38-cp38-win_amd64.whl) | CPU | 3.8 |
| [fastdeploy_python-0.2.0-cp39-cp39-win_amd64.whl](https://bj.bcebos.com/paddlehub/fastdeploy/wheels/fastdeploy_python-0.2.0-cp39-cp39-win_amd64.whl) | CPU | 3.9 |
| GPU 安装包 | 硬件 | Python版本 |
| :---- | :-- | :------ |
| [fastdeploy_gpu_python-0.2.0-cp38-cp38-win_amd64.whl](https://bj.bcebos.com/paddlehub/fastdeploy/wheels/fastdeploy_gpu_python-0.2.0-cp38-cp38-win_amd64.whl) | CPU/GPU | 3.8 |
| [fastdeploy_gpu_python-0.2.0-cp39-cp39-win_amd64.whl](https://bj.bcebos.com/paddlehub/fastdeploy/wheels/fastdeploy_gpu_python-0.2.0-cp39-cp39-win_amd64.whl) | CPU/GPU | 3.9 |
### Linux aarch64平台
| 安装包 | 硬件 | Python版本 |
| :---- | :-- | :------ |
| [comming...] | CPU | 3.7 |
| [comming...] | CPU | 3.8 |
| [comming...] | CPU | 3.8 |
| [comming...] | CPU | 3.9 |
### Mac OSX平台