未验证 提交 3fd2d410 编写于 作者: T TeslaZhao 提交者: GitHub

Update README_CN.md

Update pip version
上级 b032203c
...@@ -49,9 +49,10 @@ nvidia-docker exec -it test bash ...@@ -49,9 +49,10 @@ nvidia-docker exec -it test bash
```shell ```shell
pip install paddle-serving-client==0.4.0 pip install paddle-serving-client==0.4.0
pip install paddle-serving-server==0.4.0 # CPU pip install paddle-serving-server==0.4.0 # CPU
pip install paddle-serving-app==0.2.0
pip install paddle-serving-server-gpu==0.4.0.post9 # GPU with CUDA9.0 pip install paddle-serving-server-gpu==0.4.0.post9 # GPU with CUDA9.0
pip install paddle-serving-server-gpu==0.4.0.post10 # GPU with CUDA10.0 pip install paddle-serving-server-gpu==0.4.0.post10 # GPU with CUDA10.0
pip install paddle-serving-server-gpu==0.4.0.trt # GPU with CUDA10.1+TensorRT pip install paddle-serving-server-gpu==0.4.0.100 # GPU with CUDA10.1+TensorRT
``` ```
您可能需要使用国内镜像源(例如清华源, 在pip命令中添加`-i https://pypi.tuna.tsinghua.edu.cn/simple`)来加速下载。 您可能需要使用国内镜像源(例如清华源, 在pip命令中添加`-i https://pypi.tuna.tsinghua.edu.cn/simple`)来加速下载。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册