未验证 提交 7050dc2b 编写于 作者: L leiqing 提交者: GitHub

Update README.md

上级 0ad74779
...@@ -50,14 +50,13 @@ ...@@ -50,14 +50,13 @@
``` ```
# CPU # CPU
pip install paddlepaddle==2.3.2 pip install paddlepaddle==2.3.2
# GPU # GPU 以Ubuntu、CUDA 11.2为例
pip install paddlepaddle-gpu==2.3.2 python -m pip install paddlepaddle-gpu==2.3.2.post112 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
``` ```
(2)安装paddleslim: (2)安装paddleslim>=2.3.3
```shell ```shell
git clone https://github.com/PaddlePaddle/PaddleSlim.git & cd PaddleSlim pip install paddleslim==2.3.3
python setup.py install
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册