mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[Quantization] Update auto compression configs files. (#846)
* Fix links in readme * Fix links in readme * Update PPOCRv2/v3 examples * Update auto compression configs
This commit is contained in:
@@ -7,17 +7,14 @@ We take the Yolov5 series as an example to demonstrate how to install and execut
|
||||
|
||||
### Environment Dependencies
|
||||
|
||||
1. Install the develop version downloaded from PaddlePaddle official website.
|
||||
|
||||
1.Install PaddlePaddle 2.4 version
|
||||
```
|
||||
https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/develop/install/pip/linux-pip.html
|
||||
```
|
||||
|
||||
2.Install PaddleSlim-develop
|
||||
|
||||
2.Install PaddleSlim 2.4 version
|
||||
```bash
|
||||
git clone https://github.com/PaddlePaddle/PaddleSlim.git & cd PaddleSlim
|
||||
python setup.py install
|
||||
pip install paddleslim==2.4.0
|
||||
```
|
||||
|
||||
### Install Fastdeploy Auto Compression Toolkit
|
||||
|
||||
Reference in New Issue
Block a user