mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 00:57:33 +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,17 +19,17 @@ FastDeploy提供了在Windows/Linux/Mac上的预先编译CPP部署库,开发
|
|||||||
|
|
||||||
### Windows 10 x64平台
|
### Windows 10 x64平台
|
||||||
|
|
||||||
| 部署库下载地址 | 硬件 |
|
| 部署库下载地址 | 硬件 | 说明 |
|
||||||
| :------------- | :--- |
|
| :------------- | :--- | :--- |
|
||||||
| [comming...] | CPU |
|
| [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 编译产出 |
|
||||||
| [comming...] | CPU/GPU |
|
| [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平台
|
### Linux aarch64平台
|
||||||
|
|
||||||
| 安装包 | 硬件 |
|
| 安装包 | 硬件 |
|
||||||
| :---- | :-- |
|
| :---- | :-- |
|
||||||
| [comming...] | CPU |
|
| [comming...] | CPU |
|
||||||
| [comming...] | Jetson |
|
| [comming...] | Jetson |
|
||||||
|
|
||||||
### Mac OSX平台
|
### Mac OSX平台
|
||||||
|
|
||||||
|
@@ -38,15 +38,20 @@ python -m pip install fastdeploy_python-0.2.0-cp38-cp38-manylinux1_x86_64.whl
|
|||||||
|
|
||||||
| CPU 安装包 | 硬件 | Python版本 |
|
| CPU 安装包 | 硬件 | Python版本 |
|
||||||
| :---- | :-- | :------ |
|
| :---- | :-- | :------ |
|
||||||
| [comming...] | CPU | 3.8 |
|
| [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 |
|
||||||
| [comming...] | CPU | 3.9 |
|
| [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平台
|
### Linux aarch64平台
|
||||||
|
|
||||||
| 安装包 | 硬件 | Python版本 |
|
| 安装包 | 硬件 | Python版本 |
|
||||||
| :---- | :-- | :------ |
|
| :---- | :-- | :------ |
|
||||||
| [comming...] | CPU | 3.7 |
|
| [comming...] | CPU | 3.7 |
|
||||||
| [comming...] | CPU | 3.8 |
|
| [comming...] | CPU | 3.8 |
|
||||||
| [comming...] | CPU | 3.9 |
|
| [comming...] | CPU | 3.9 |
|
||||||
|
|
||||||
### Mac OSX平台
|
### Mac OSX平台
|
||||||
|
Reference in New Issue
Block a user