mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
Update README.md
This commit is contained in:
@@ -74,7 +74,7 @@ English | [简体中文](README_CN.md)
|
|||||||
##### Install the GPU Version
|
##### Install the GPU Version
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install numpy opencv-python 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
|
||||||
```
|
```
|
||||||
|
|
||||||
##### [Conda Installation (Recommended)](docs/quick_start/Python_prebuilt_wheels.md)
|
##### [Conda Installation (Recommended)](docs/quick_start/Python_prebuilt_wheels.md)
|
||||||
@@ -86,7 +86,7 @@ conda config --add channels conda-forge && conda install cudatoolkit=11.2 cudnn=
|
|||||||
##### Install the CPU Version
|
##### Install the CPU Version
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install numpy opencv-python fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
|
pip install fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Python Inference Example
|
#### Python Inference Example
|
||||||
|
Reference in New Issue
Block a user