Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Serving
提交
fe4b3ac8
S
Serving
项目概览
PaddlePaddle
/
Serving
大约 1 年 前同步成功
通知
185
Star
833
Fork
253
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
105
列表
看板
标记
里程碑
合并请求
10
Wiki
2
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Serving
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
105
Issue
105
列表
看板
标记
里程碑
合并请求
10
合并请求
10
Pages
分析
分析
仓库分析
DevOps
Wiki
2
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
fe4b3ac8
编写于
11月 14, 2021
作者:
S
ShiningZhang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update SERVING_CONFIGURE.md&CN
上级
73b6ca42
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
18 addition
and
18 deletion
+18
-18
doc/SERVING_CONFIGURE.md
doc/SERVING_CONFIGURE.md
+9
-9
doc/SERVING_CONFIGURE_CN.md
doc/SERVING_CONFIGURE_CN.md
+9
-9
未找到文件。
doc/SERVING_CONFIGURE.md
浏览文件 @
fe4b3ac8
...
...
@@ -4,11 +4,11 @@
## Overview
This guide focuses on Paddle C++ Serv
er and Python Server
configuration:
This guide focuses on Paddle C++ Serv
ing and Python Pipeline
configuration:
-
[
Model Configuration
](
#model-configuration
)
: Auto generated when converting model. Specify model input/output.
-
[
C++ Serv
er
](
#c-server
)
: High-performance scenarios. Specify how to start quickly and start with user-defined configuration.
-
[
Python
Server
](
#python-server
)
: Multiple model combined scenarios.
-
[
C++ Serv
ing
](
#c-serving
)
: High-performance scenarios. Specify how to start quickly and start with user-defined configuration.
-
[
Python
Pipeline
](
#python-pipeline
)
: Multiple model combined scenarios.
## Model Configuration
...
...
@@ -56,13 +56,13 @@ fetch_var {
-
shape:tensor shape
## C++ Serv
er
## C++ Serv
ing
### 1. Quick start
The easiest way to start c++ serv
er
is to provide the
`--model`
and
`--port`
flags.
The easiest way to start c++ serv
ing
is to provide the
`--model`
and
`--port`
flags.
Example starting c++ serv
er
:
Example starting c++ serv
ing
:
```
BASH
python3 -m paddle_serving_server.serve --model serving_model --port 9393
```
...
...
@@ -314,9 +314,9 @@ fetch_var {
}
```
## Python
Server
## Python
Pipeline
Python
Server
provides a user-friendly programming framework for multi-model composite services.
Python
Pipeline
provides a user-friendly programming framework for multi-model composite services.
Example of config.yaml:
```
YAML
...
...
@@ -441,7 +441,7 @@ devices: "" # "0,1"
### Low precision inference
Python
Server
supports low-precision inference. The precision types supported by CPU, GPU and TensoRT are shown in the figure below:
Python
Pipeline
supports low-precision inference. The precision types supported by CPU, GPU and TensoRT are shown in the figure below:
-
CPU
-
fp32(default)
-
fp16
...
...
doc/SERVING_CONFIGURE_CN.md
浏览文件 @
fe4b3ac8
...
...
@@ -4,11 +4,11 @@
## 简介
本文主要介绍C++ Serv
er以及Python Server
的各项配置:
本文主要介绍C++ Serv
ing以及Python Pipeline
的各项配置:
-
[
模型配置文件
](
#模型配置文件
)
: 转换模型时自动生成,描述模型输入输出信息
-
[
C++ Serv
er
](
#c-server
)
: 用于高性能场景,介绍了快速启动以及自定义配置方法
-
[
Python
Server
](
#python-server
)
: 用于单算子多模型组合场景
-
[
C++ Serv
ing
](
#c-serving
)
: 用于高性能场景,介绍了快速启动以及自定义配置方法
-
[
Python
Pipeline
](
#python-pipeline
)
: 用于单算子多模型组合场景
## 模型配置文件
...
...
@@ -56,7 +56,7 @@ fetch_var {
-
shape:数据维度
## C++ Serv
er
## C++ Serv
ing
### 1.快速启动
...
...
@@ -66,7 +66,7 @@ fetch_var {
python3 -m paddle_serving_server.serve --model serving_model --port 9393
```
该命令会自动生成配置文件,并使用生成的配置文件启动C++ Serv
er
。例如上述启动命令会自动生成workdir_9393目录,其结构如下
该命令会自动生成配置文件,并使用生成的配置文件启动C++ Serv
ing
。例如上述启动命令会自动生成workdir_9393目录,其结构如下
```
workdir_9393
...
...
@@ -310,9 +310,9 @@ fetch_var {
}
```
## Python
Server
## Python
Pipeline
Python
Server
提供了用户友好的多模型组合服务编程框架,适用于多模型组合应用的场景。
Python
Pipeline
提供了用户友好的多模型组合服务编程框架,适用于多模型组合应用的场景。
其配置文件为YAML格式,一般默认为config.yaml。示例如下:
```
YAML
#rpc端口, rpc_port和http_port不允许同时为空。当rpc_port为空且http_port不为空时,会自动将rpc_port设置为http_port+1
...
...
@@ -417,7 +417,7 @@ devices: "0,1,2"
### 异构硬件
Python
Server
除了支持CPU、GPU之外,还支持多种异构硬件部署。在config.yaml中由device_type和devices控制。优先使用device_type指定,当其空缺时根据devices自动判断类型。device_type描述如下:
Python
Pipeline
除了支持CPU、GPU之外,还支持多种异构硬件部署。在config.yaml中由device_type和devices控制。优先使用device_type指定,当其空缺时根据devices自动判断类型。device_type描述如下:
-
CPU(Intel) : 0
-
GPU : 1
-
TensorRT : 2
...
...
@@ -434,7 +434,7 @@ devices: "" # "0,1"
### 低精度推理
Python
Serving
支持低精度推理,CPU、GPU和TensoRT支持的精度类型如下所示:
Python
Pipeline
支持低精度推理,CPU、GPU和TensoRT支持的精度类型如下所示:
-
CPU
-
fp32(default)
-
fp16
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录