mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
[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:
@@ -19,10 +19,10 @@ 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 2019,cuda 11.2, cudnn 8.2编译产出 |
|
||||
|
||||
### Linux aarch64平台
|
||||
|
||||
|
@@ -38,8 +38,13 @@ 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平台
|
||||
|
||||
|
Reference in New Issue
Block a user