Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Serving
提交
6d6f072b
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,发现更多精彩内容 >>
提交
6d6f072b
编写于
11月 16, 2021
作者:
S
ShiningZhang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update Serving_Configure_CN.md&EN
上级
0a005722
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
6 addition
and
6 deletion
+6
-6
doc/Serving_Configure_CN.md
doc/Serving_Configure_CN.md
+3
-3
doc/Serving_Configure_EN.md
doc/Serving_Configure_EN.md
+3
-3
未找到文件。
doc/Serving_Configure_CN.md
浏览文件 @
6d6f072b
...
@@ -91,7 +91,7 @@ workdir_9393
...
@@ -91,7 +91,7 @@ workdir_9393
|
`model`
| str[]|
`""`
| Path of paddle model directory to be served |
|
`model`
| str[]|
`""`
| Path of paddle model directory to be served |
|
`mem_optim_off`
| - | - | Disable memory / graphic memory optimization |
|
`mem_optim_off`
| - | - | Disable memory / graphic memory optimization |
|
`ir_optim`
| bool | False | Enable analysis and optimization of calculation graph |
|
`ir_optim`
| bool | False | Enable analysis and optimization of calculation graph |
|
`use_mkl`
(Only for cpu version) | - | - | Run inference with MKL |
|
`use_mkl`
(Only for cpu version) | - | - | Run inference with MKL
. Need open with ir_optim.
|
|
`use_trt`
(Only for trt version) | - | - | Run inference with TensorRT. Need open with ir_optim. |
|
`use_trt`
(Only for trt version) | - | - | Run inference with TensorRT. Need open with ir_optim. |
|
`use_lite`
(Only for Intel x86 CPU or ARM CPU) | - | - | Run PaddleLite inference. Need open with ir_optim. |
|
`use_lite`
(Only for Intel x86 CPU or ARM CPU) | - | - | Run PaddleLite inference. Need open with ir_optim. |
|
`use_xpu`
| - | - | Run PaddleLite inference with Baidu Kunlun XPU. Need open with ir_optim. |
|
`use_xpu`
| - | - | Run PaddleLite inference with Baidu Kunlun XPU. Need open with ir_optim. |
...
@@ -363,7 +363,7 @@ op:
...
@@ -363,7 +363,7 @@ op:
#计算硬件ID,当devices为""或不写时为CPU预测;当devices为"0", "0,1,2"时为GPU预测,表示使用的GPU卡
#计算硬件ID,当devices为""或不写时为CPU预测;当devices为"0", "0,1,2"时为GPU预测,表示使用的GPU卡
devices: ""
devices: ""
#use_mkldnn
#use_mkldnn
, 开启mkldnn时,必须同时设置ir_optim=True,否则无效
#use_mkldnn: True
#use_mkldnn: True
#ir_optim, 开启TensorRT时,必须同时设置ir_optim=True,否则无效
#ir_optim, 开启TensorRT时,必须同时设置ir_optim=True,否则无效
...
@@ -401,7 +401,7 @@ op:
...
@@ -401,7 +401,7 @@ op:
#计算硬件ID,当devices为""或不写时为CPU预测;当devices为"0", "0,1,2"时为GPU预测,表示使用的GPU卡
#计算硬件ID,当devices为""或不写时为CPU预测;当devices为"0", "0,1,2"时为GPU预测,表示使用的GPU卡
devices: ""
devices: ""
#use_mkldnn
#use_mkldnn
, 开启mkldnn时,必须同时设置ir_optim=True,否则无效
#use_mkldnn: True
#use_mkldnn: True
#ir_optim, 开启TensorRT时,必须同时设置ir_optim=True,否则无效
#ir_optim, 开启TensorRT时,必须同时设置ir_optim=True,否则无效
...
...
doc/Serving_Configure_EN.md
浏览文件 @
6d6f072b
...
@@ -91,7 +91,7 @@ More flags:
...
@@ -91,7 +91,7 @@ More flags:
|
`model`
| str[]|
`""`
| Path of paddle model directory to be served |
|
`model`
| str[]|
`""`
| Path of paddle model directory to be served |
|
`mem_optim_off`
| - | - | Disable memory / graphic memory optimization |
|
`mem_optim_off`
| - | - | Disable memory / graphic memory optimization |
|
`ir_optim`
| bool | False | Enable analysis and optimization of calculation graph |
|
`ir_optim`
| bool | False | Enable analysis and optimization of calculation graph |
|
`use_mkl`
(Only for cpu version) | - | - | Run inference with MKL |
|
`use_mkl`
(Only for cpu version) | - | - | Run inference with MKL
. Need open with ir_optim.
|
|
`use_trt`
(Only for trt version) | - | - | Run inference with TensorRT. Need open with ir_optim. |
|
`use_trt`
(Only for trt version) | - | - | Run inference with TensorRT. Need open with ir_optim. |
|
`use_lite`
(Only for Intel x86 CPU or ARM CPU) | - | - | Run PaddleLite inference. Need open with ir_optim. |
|
`use_lite`
(Only for Intel x86 CPU or ARM CPU) | - | - | Run PaddleLite inference. Need open with ir_optim. |
|
`use_xpu`
| - | - | Run PaddleLite inference with Baidu Kunlun XPU. Need open with ir_optim. |
|
`use_xpu`
| - | - | Run PaddleLite inference with Baidu Kunlun XPU. Need open with ir_optim. |
...
@@ -386,7 +386,7 @@ op:
...
@@ -386,7 +386,7 @@ op:
#Device ID
#Device ID
devices: ""
devices: ""
#use_mkldnn
#use_mkldnn
, When running on mkldnn,must set ir_optim=True
#use_mkldnn: True
#use_mkldnn: True
#ir_optim, When running on TensorRT,must set ir_optim=True
#ir_optim, When running on TensorRT,must set ir_optim=True
...
@@ -424,7 +424,7 @@ op:
...
@@ -424,7 +424,7 @@ op:
#Device ID
#Device ID
devices: ""
devices: ""
#use_mkldnn
#use_mkldnn
, When running on mkldnn,must set ir_optim=True
#use_mkldnn: True
#use_mkldnn: True
#ir_optim, When running on TensorRT,must set ir_optim=True
#ir_optim, When running on TensorRT,must set ir_optim=True
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录