Skip to content

Commit fb7365b

Browse files
authored
Update download_prebuilt_libraries.md
1 parent 2a7705d commit fb7365b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/en/build_and_install/download_prebuilt_libraries.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FastDeploy supports Computer Vision, Text and NLP model deployment on CPU and Nv
2121

2222
### Python SDK
2323

24-
Install the released version(the newest 0.7.0 for now)
24+
Install the released version(the newest 0.8.0 for now)
2525

2626
```
2727
pip install fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
@@ -41,12 +41,12 @@ conda config --add channels conda-forge && conda install cudatoolkit=11.2 cudnn=
4141

4242
### C++ SDK
4343

44-
Install the released version(Latest 0.7.0)
44+
Install the released version(Latest 0.8.0)
4545

4646
| Platform | File | Description |
4747
|:----------- |:--------------------------------------------------------------------------------------------------------------------- |:--------------------------------------------------------- |
48-
| Linux x64 | [fastdeploy-linux-x64-gpu-0.7.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.7.0.tgz) | g++ 8.2, CUDA 11.2, cuDNN 8.2 |
49-
| Windows x64 | [fastdeploy-win-x64-gpu-0.7.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-gpu-0.7.0.zip) | Visual Studio 16 2019, CUDA 11.2, cuDNN 8.2 |
48+
| Linux x64 | [fastdeploy-linux-x64-gpu-0.8.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.8.0.tgz) | g++ 8.2, CUDA 11.2, cuDNN 8.2 |
49+
| Windows x64 | [fastdeploy-win-x64-gpu-0.8.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-gpu-0.8.0.zip) | Visual Studio 16 2019, CUDA 11.2, cuDNN 8.2 |
5050

5151
Install the Develop version(Nightly build)
5252

@@ -68,7 +68,7 @@ FastDeploy supports computer vision, text and NLP model deployment on CPU with P
6868

6969
### Python SDK
7070

71-
Install the released version(Latest 0.7.0 for now)
71+
Install the released version(Latest 0.8.0 for now)
7272

7373
```
7474
pip install fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
@@ -82,14 +82,14 @@ pip install fastdeploy-python==0.0.0 -f https://www.paddlepaddle.org.cn/whl/fast
8282

8383
### C++ SDK
8484

85-
Install the released version(Latest 0.7.0 for now, Android is 0.4.0 pre-release)
85+
Install the released version(Latest 0.8.0 for now, Android is 0.4.0 pre-release)
8686

8787
| Platform | File | Description |
8888
|:------------- |:--------------------------------------------------------------------------------------------------------------------- |:------------------------------ |
89-
| Linux x64 | [fastdeploy-linux-x64-0.7.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.7.0.tgz) | g++ 8.2 |
90-
| Windows x64 | [fastdeploy-win-x64-0.7.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-0.7.0.zip) | Visual Studio 16 2019 |
91-
| Mac OSX x64 | [fastdeploy-osx-x86_64-0.7.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-x86_64-0.7.0.tgz) | clang++ 10.0.0|
92-
| Mac OSX arm64 | [fastdeploy-osx-arm64-0.7.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-arm64-0.7.0.tgz) | clang++ 13.0.0 |
89+
| Linux x64 | [fastdeploy-linux-x64-0.8.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.8.0.tgz) | g++ 8.2 |
90+
| Windows x64 | [fastdeploy-win-x64-0.8.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-0.8.0.zip) | Visual Studio 16 2019 |
91+
| Mac OSX x64 | [fastdeploy-osx-x86_64-0.8.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-x86_64-0.8.0.tgz) | clang++ 10.0.0|
92+
| Mac OSX arm64 | [fastdeploy-osx-arm64-0.8.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-arm64-0.8.0.tgz) | clang++ 13.0.0 |
9393
| Linux aarch64 | - | - |
9494
| Android armv7&v8 | [fastdeploy-android-0.4.0-shared.tgz](https://bj.bcebos.com/fastdeploy/release/android/fastdeploy-android-0.4.0-shared.tgz) | NDK 25, clang++, support arm64-v8a及armeabi-v7a |
9595

0 commit comments

Comments
 (0)