未验证 提交 0097a86e 编写于 作者: L leiqing 提交者: GitHub

Update README.md

上级 b36042eb
......@@ -94,19 +94,19 @@ ACT相比传统的模型压缩方法,
## **环境准备**
- 安装PaddlePaddle >= 2.3.1:(可以参考[飞桨官网安装文档](https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/pip/linux-pip.html)下载安装)
- 安装PaddlePaddle >= 2.3.2:(可以参考[飞桨官网安装文档](https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/pip/linux-pip.html)下载安装)
```shell
# CPU
pip install paddlepaddle --upgrade
# GPU
pip install paddlepaddle-gpu --upgrade
# GPU 以CUDA11.2为例
python -m pip install paddlepaddle-gpu==2.3.2.post112 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
```
- 安装PaddleSlim >=2.3.0
- 安装PaddleSlim >=2.3.3
```shell
pip install paddleslim
pip install paddleslim==2.3.3
```
## **快速开始**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册