fix slim install

This commit is contained in:
LDOUBLEV 2021-05-21 10:24:49 +08:00
parent 89cab814d7
commit c83b8a5315
2 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
```bash
git clone https://github.com/PaddlePaddle/PaddleSlim.git
git checkout develop
cd PaddleSlim
git checkout develop
python3 setup.py install
```

View File

@ -22,8 +22,8 @@ Five steps for OCR model prune:
```bash
git clone https://github.com/PaddlePaddle/PaddleSlim.git
git checkout develop
cd PaddleSlim
git checkout develop
python3 setup.py install
```