mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[docs] update quick_start and README (#181)
* [docs] update quick_start and README * [docs] remove ENABLE_PADDLE_FRONTEND flags in win docs * [docs] update supported python version for win * [docs] update windows sdk example docs Co-authored-by: Jason <jiangjiajun@baidu.com>
This commit is contained in:
@@ -69,7 +69,10 @@
|
||||
```bash
|
||||
pip install numpy opencv-python fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
|
||||
```
|
||||
|
||||
##### [Anaconda配置GPU环境(推荐)](docs/quick_start/Python_prebuilt_wheels.md)
|
||||
```bash
|
||||
conda config --add channels conda-forge && conda install cudatoolkit=11.2 cudnn=8.2
|
||||
```
|
||||
##### 安装CPU版本
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user