-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add doc #418
add doc #418
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
README_CN.md
Outdated
@@ -39,7 +39,8 @@ Paddle Serving 旨在帮助深度学习开发者轻易部署在线预测服务 | |||
|
|||
```shell | |||
pip install paddle-serving-client | |||
pip install paddle-serving-server | |||
pip install paddle-serving-server # CPU | |||
pip install paddle-serving-server-gpu # GPU | |||
``` | |||
|
|||
您可能需要使用国内镜像源(例如清华源)来加速下载。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
要不把清华源的链接也写进去把
-i https://pypi.tuna.tsinghua.edu.cn/simple
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
README.md
Outdated
pip install paddle-serving-server | ||
pip install paddle-serving-client | ||
pip install paddle-serving-server # CPU | ||
pip install paddle-serving-server-gpu # GPU | ||
``` | ||
|
||
You may need to use a domestic mirror source (in China, you can use the Tsinghua mirror source) to speed up the download. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-i https://pypi.tuna.tsinghua.edu.cn/simple
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
添加了性能优化的文档
添加了单卡启动多模型的文档
主页文档添加安装gpu版本的命令,图像识别demo添加使用gpu版本的说明