提交 d4451d92 编写于 作者: M MRXLT

update doc

上级 873d23cc
...@@ -37,8 +37,9 @@ We consider deploying deep learning inference service online to be a user-facing ...@@ -37,8 +37,9 @@ We consider deploying deep learning inference service online to be a user-facing
We highly recommend you to run Paddle Serving in Docker, please visit [Run in Docker](https://github.com/PaddlePaddle/Serving/blob/develop/doc/RUN_IN_DOCKER.md) We highly recommend you to run Paddle Serving in Docker, please visit [Run in Docker](https://github.com/PaddlePaddle/Serving/blob/develop/doc/RUN_IN_DOCKER.md)
```shell ```shell
pip install paddle-serving-client pip install paddle-serving-client
pip install paddle-serving-server pip install paddle-serving-server # CPU
pip install paddle-serving-server-gpu # GPU
``` ```
<h2 align="center">Quick Start Example</h2> <h2 align="center">Quick Start Example</h2>
...@@ -128,6 +129,7 @@ curl -H "Content-Type:application/json" -X POST -d '{"words": "我爱北京天 ...@@ -128,6 +129,7 @@ curl -H "Content-Type:application/json" -X POST -d '{"words": "我爱北京天
- **Description**: - **Description**:
``` shell ``` shell
Image classification trained with Imagenet dataset. A label and corresponding probability will be returned. Image classification trained with Imagenet dataset. A label and corresponding probability will be returned.
Note: This demo needs paddle-serving-server-gpu.
``` ```
- **Download Servable Package**: - **Download Servable Package**:
......
...@@ -39,7 +39,8 @@ Paddle Serving 旨在帮助深度学习开发者轻易部署在线预测服务 ...@@ -39,7 +39,8 @@ Paddle Serving 旨在帮助深度学习开发者轻易部署在线预测服务
```shell ```shell
pip install paddle-serving-client pip install paddle-serving-client
pip install paddle-serving-server pip install paddle-serving-server # CPU
pip install paddle-serving-server-gpu # GPU
``` ```
<h2 align="center">快速启动示例</h2> <h2 align="center">快速启动示例</h2>
...@@ -167,6 +168,7 @@ curl -H "Content-Type:application/json" -X POST -d '{"words": "我爱北京天 ...@@ -167,6 +168,7 @@ curl -H "Content-Type:application/json" -X POST -d '{"words": "我爱北京天
- **介绍**: - **介绍**:
``` shell ``` shell
图像分类模型由Imagenet数据集训练而成,该服务会返回一个标签及其概率 图像分类模型由Imagenet数据集训练而成,该服务会返回一个标签及其概率
注意:本示例需要安装paddle-serving-server-gpu
``` ```
- **下载服务包**: - **下载服务包**:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册