mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 08:37:06 +08:00
@@ -19,7 +19,7 @@ FastDeploy supports Computer Vision, Text and NLP model deployment on CPU and Nv
|
||||
|
||||
### Python SDK
|
||||
|
||||
Install the released version(the newest 0.5.0 for now)
|
||||
Install the released version(the newest 0.6.0 for now)
|
||||
|
||||
```
|
||||
pip install fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
|
||||
@@ -39,12 +39,12 @@ conda config --add channels conda-forge && conda install cudatoolkit=11.2 cudnn=
|
||||
|
||||
### C++ SDK
|
||||
|
||||
Install the released version(Latest 0.5.0)
|
||||
Install the released version(Latest 0.6.0)
|
||||
|
||||
| Platform | File | Description |
|
||||
|:----------- |:--------------------------------------------------------------------------------------------------------------------- |:--------------------------------------------------------- |
|
||||
| Linux x64 | [fastdeploy-linux-x64-gpu-0.5.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.5.0.tgz) | Compiled from g++ 8.2, CUDA 11.2, cuDNN 8.2 |
|
||||
| Windows x64 | [fastdeploy-win-x64-gpu-0.5.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-gpu-0.5.0.zip) | Compiled from Visual Studio 16 2019, CUDA 11.2, cuDNN 8.2 |
|
||||
| Linux x64 | [fastdeploy-linux-x64-gpu-0.6.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.6.0.tgz) | Compiled from g++ 8.2, CUDA 11.2, cuDNN 8.2 |
|
||||
| Windows x64 | [fastdeploy-win-x64-gpu-0.5.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-gpu-0.6.0.zip) | Compiled from Visual Studio 16 2019, CUDA 11.2, cuDNN 8.2 |
|
||||
|
||||
Install the Develop version(Nightly build)
|
||||
|
||||
@@ -64,7 +64,7 @@ FastDeploy supports computer vision, text and NLP model deployment on CPU with P
|
||||
|
||||
### Python SDK
|
||||
|
||||
Install the released version(Latest 0.5.0 for now)
|
||||
Install the released version(Latest 0.6.0 for now)
|
||||
|
||||
```
|
||||
pip install fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
|
||||
@@ -78,12 +78,12 @@ pip install fastdeploy-python==0.0.0 -f https://www.paddlepaddle.org.cn/whl/fast
|
||||
|
||||
### C++ SDK
|
||||
|
||||
Install the released version(Latest 0.5.0 for now, Android is 0.4.0 pre-release)
|
||||
Install the released version(Latest 0.6.0 for now, Android is 0.4.0 pre-release)
|
||||
|
||||
| Platform | File | Description |
|
||||
|:------------- |:--------------------------------------------------------------------------------------------------------------------- |:------------------------------ |
|
||||
| Linux x64 | [fastdeploy-linux-x64-0.5.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.5.0.tgz) | Compiled from g++ 8.2 |
|
||||
| Windows x64 | [fastdeploy-win-x64-0.5.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-0.5.0.zip) | Compiled from Visual Studio 16 |
|
||||
| Linux x64 | [fastdeploy-linux-x64-0.6.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz) | Compiled from g++ 8.2 |
|
||||
| Windows x64 | [fastdeploy-win-x64-0.6.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-0.6.0.zip) | Compiled from Visual Studio 16 |
|
||||
| Mac OSX x64 | [fastdeploy-osx-x86_64-0.4.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-x86_64-0.4.0.tgz) | - |
|
||||
| Mac OSX arm64 | [fastdeploy-osx-arm64-0.4.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-arm64-0.4.0.tgz) | - |
|
||||
| Linux aarch64 | [fastdeploy-linux-aarch64-0.4.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-aarch64-0.4.0.tgz) | Compiled from g++ 6.3.0 |
|
||||
|
Reference in New Issue
Block a user