mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
update version to 1.0.0
This commit is contained in:
@@ -20,7 +20,7 @@ FastDeploy提供各平台预编译库,供开发者直接下载安装使用。
|
|||||||
|
|
||||||
### Python安装
|
### Python安装
|
||||||
|
|
||||||
Release版本(当前最新0.8.0)安装
|
Release版本(当前最新1.0.0)安装
|
||||||
```bash
|
```bash
|
||||||
pip install fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
|
pip install fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
|
||||||
```
|
```
|
||||||
@@ -41,8 +41,8 @@ Release版本
|
|||||||
|
|
||||||
| 平台 | 文件 | 说明 |
|
| 平台 | 文件 | 说明 |
|
||||||
| :--- | :--- | :---- |
|
| :--- | :--- | :---- |
|
||||||
| 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编译产出 |
|
| Linux x64 | [fastdeploy-linux-x64-gpu-1.0.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-1.0.0.tgz) | g++ 8.2, CUDA 11.2, cuDNN 8.2编译产出 |
|
||||||
| 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编译产出 |
|
| Windows x64 | [fastdeploy-win-x64-gpu-1.0.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-gpu-1.0.0.zip) | Visual Studio 16 2019, CUDA 11.2, cuDNN 8.2编译产出 |
|
||||||
|
|
||||||
Develop版本(Nightly build)
|
Develop版本(Nightly build)
|
||||||
|
|
||||||
@@ -63,7 +63,7 @@ Develop版本(Nightly build)
|
|||||||
|
|
||||||
### Python安装
|
### Python安装
|
||||||
|
|
||||||
Release版本(当前最新0.7.0)安装
|
Release版本(当前最新1.0.0)安装
|
||||||
```bash
|
```bash
|
||||||
pip install fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
|
pip install fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
|
||||||
```
|
```
|
||||||
@@ -79,10 +79,10 @@ Release版本
|
|||||||
|
|
||||||
| 平台 | 文件 | 说明 |
|
| 平台 | 文件 | 说明 |
|
||||||
| :--- | :--- | :---- |
|
| :--- | :--- | :---- |
|
||||||
| 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编译产出 |
|
| Linux x64 | [fastdeploy-linux-x64-1.0.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-1.0.0.tgz) | g++ 8.2编译产出 |
|
||||||
| 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编译产出 |
|
| Windows x64 | [fastdeploy-win-x64-1.0.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-1.0.0.zip) | Visual Studio 16 2019编译产出 |
|
||||||
| 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编译产出|
|
| Mac OSX x64 | [fastdeploy-osx-x86_64-1.0.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-x86_64-1.0.0.tgz) | clang++ 10.0.0编译产出|
|
||||||
| 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编译产出 |
|
| Mac OSX arm64 | [fastdeploy-osx-arm64-1.0.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-arm64-1.0.0.tgz) | clang++ 13.0.0编译产出 |
|
||||||
| Linux aarch64 | - | 自行编译,可集成ONNX Runtime、Paddle Lite后端 |
|
| Linux aarch64 | - | 自行编译,可集成ONNX Runtime、Paddle Lite后端 |
|
||||||
| Android armv7&v8 | [fastdeploy-android-1.0.0-shared.tgz](https://bj.bcebos.com/fastdeploy/release/android/fastdeploy-android-1.0.0-shared.tgz) | NDK 25及clang++编译产出, 支持arm64-v8a及armeabi-v7a |
|
| Android armv7&v8 | [fastdeploy-android-1.0.0-shared.tgz](https://bj.bcebos.com/fastdeploy/release/android/fastdeploy-android-1.0.0-shared.tgz) | NDK 25及clang++编译产出, 支持arm64-v8a及armeabi-v7a |
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@ FastDeploy supports Computer Vision, Text and NLP model deployment on CPU and Nv
|
|||||||
|
|
||||||
### Python SDK
|
### Python SDK
|
||||||
|
|
||||||
Install the released version(the newest 0.8.0 for now)
|
Install the released version(the newest 1.0.0 for now)
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
|
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=
|
|||||||
|
|
||||||
### C++ SDK
|
### C++ SDK
|
||||||
|
|
||||||
Install the released version(Latest 0.8.0)
|
Install the released version(Latest 1.0.0)
|
||||||
|
|
||||||
| Platform | File | Description |
|
| Platform | File | Description |
|
||||||
|:----------- |:--------------------------------------------------------------------------------------------------------------------- |:--------------------------------------------------------- |
|
|:----------- |:--------------------------------------------------------------------------------------------------------------------- |:--------------------------------------------------------- |
|
||||||
| 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 |
|
| Linux x64 | [fastdeploy-linux-x64-gpu-1.0.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-1.0.0.tgz) | g++ 8.2, CUDA 11.2, cuDNN 8.2 |
|
||||||
| 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 |
|
| Windows x64 | [fastdeploy-win-x64-gpu-1.0.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-gpu-1.0.0.zip) | Visual Studio 16 2019, CUDA 11.2, cuDNN 8.2 |
|
||||||
|
|
||||||
Install the Develop version(Nightly build)
|
Install the Develop version(Nightly build)
|
||||||
|
|
||||||
@@ -68,7 +68,7 @@ FastDeploy supports computer vision, text and NLP model deployment on CPU with P
|
|||||||
|
|
||||||
### Python SDK
|
### Python SDK
|
||||||
|
|
||||||
Install the released version(Latest 0.8.0 for now)
|
Install the released version(Latest 1.0.0 for now)
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
|
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
|
|||||||
|
|
||||||
### C++ SDK
|
### C++ SDK
|
||||||
|
|
||||||
Install the released version(Latest 0.8.0 for now, Android is 1.0.0 pre-release)
|
Install the released version(Latest 1.0.0 for now, Android is 1.0.0 pre-release)
|
||||||
|
|
||||||
| Platform | File | Description |
|
| Platform | File | Description |
|
||||||
|:------------- |:--------------------------------------------------------------------------------------------------------------------- |:------------------------------ |
|
|:------------- |:--------------------------------------------------------------------------------------------------------------------- |:------------------------------ |
|
||||||
| 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 |
|
| Linux x64 | [fastdeploy-linux-x64-1.0.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-1.0.0.tgz) | g++ 8.2 |
|
||||||
| 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 |
|
| Windows x64 | [fastdeploy-win-x64-1.0.0.zip](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-win-x64-1.0.0.zip) | Visual Studio 16 2019 |
|
||||||
| 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|
|
| Mac OSX x64 | [fastdeploy-osx-x86_64-1.0.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-x86_64-1.0.0.tgz) | clang++ 10.0.0|
|
||||||
| 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 |
|
| Mac OSX arm64 | [fastdeploy-osx-arm64-1.0.0.tgz](https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-osx-arm64-1.0.0.tgz) | clang++ 13.0.0 |
|
||||||
| Linux aarch64 | - | - |
|
| Linux aarch64 | - | - |
|
||||||
| Android armv7&v8 | [fastdeploy-android-1.0.0-shared.tgz](https://bj.bcebos.com/fastdeploy/release/android/fastdeploy-android-1.0.0-shared.tgz)| NDK 25, clang++, support arm64-v8a及armeabi-v7a |
|
| Android armv7&v8 | [fastdeploy-android-1.0.0-shared.tgz](https://bj.bcebos.com/fastdeploy/release/android/fastdeploy-android-1.0.0-shared.tgz)| NDK 25, clang++, support arm64-v8a及armeabi-v7a |
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user