mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 09:07:10 +08:00
@@ -14,15 +14,15 @@ FastDeploy provides prebuilt CPP deployment libraries on Windows/Linux/Mac. Deve
|
||||
|
||||
| SDK Download Link | Hardware | Description |
|
||||
|:--------------------------------------------------------------------------------------------------------------------- |:-------- |:---------------------------------------- |
|
||||
| [fastdeploy-linux-x64-0.2.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.2.0.tgz) | CPU | Built with g++ 8.2 |
|
||||
| [fastdeploy-linux-x64-gpu-0.2.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.2.0.tgz) | CPU/GPU | Built with g++ 8.2, cuda 11.2, cudnn 8.2 |
|
||||
| [fastdeploy-linux-x64-0.2.1.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.2.1.tgz) | CPU | Built with g++ 8.2 |
|
||||
| [fastdeploy-linux-x64-gpu-0.2.1.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.2.1.tgz) | CPU/GPU | Built with g++ 8.2, cuda 11.2, cudnn 8.2 |
|
||||
|
||||
### Windows 10 x64
|
||||
|
||||
| SDK Download Link | Hardware | Description |
|
||||
|:----------------------------------------------------------------------------------------------------------------- |:-------- |:----------------------------------------------------- |
|
||||
| [fastdeploy-win-x64-0.2.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-0.2.0.zip) | CPU | Built with Visual Studio 16 2019 |
|
||||
| [fastdeploy-win-x64-gpu-0.2.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-gpu-0.2.0.zip) | CPU/GPU | Built with Visual Studio 16 2019,cuda 11.2, cudnn 8.2 |
|
||||
| [fastdeploy-win-x64-0.2.1.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-0.2.1.zip) | CPU | Built with Visual Studio 16 2019 |
|
||||
| [fastdeploy-win-x64-gpu-0.2.1.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-gpu-0.2.1.zip) | CPU/GPU | Built with Visual Studio 16 2019,cuda 11.2, cudnn 8.2 |
|
||||
|
||||
### Linux aarch64
|
||||
|
||||
@@ -35,8 +35,8 @@ FastDeploy provides prebuilt CPP deployment libraries on Windows/Linux/Mac. Deve
|
||||
|
||||
| SDK Download Link | Architecture | Hardware |
|
||||
|:--------------------------------------------------------------------------------------------------------------- |:------------ |:-------- |
|
||||
| [fastdeploy-osx-x86_64-0.2.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-x86_64-0.2.0.tgz) | x86 | CPU |
|
||||
| [fastdeploy-osx-arm64-0.2.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-arm64-0.2.0.tgz) | arm64 | CPU |
|
||||
| [fastdeploy-osx-x86_64-0.2.1.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-x86_64-0.2.1.tgz) | x86 | CPU |
|
||||
| [fastdeploy-osx-arm64-0.2.1.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-arm64-0.2.1.tgz) | arm64 | CPU |
|
||||
|
||||
## Other related docs
|
||||
|
||||
|
Reference in New Issue
Block a user