From 2a2601d6aeb885184503daa276bd22a03f994df5 Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Tue, 16 Nov 2021 20:54:34 +0800 Subject: [PATCH] Update Serving_Configure_CN.md --- doc/Serving_Configure_CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Serving_Configure_CN.md b/doc/Serving_Configure_CN.md index 9b8fd1c5..3a5b449d 100644 --- a/doc/Serving_Configure_CN.md +++ b/doc/Serving_Configure_CN.md @@ -399,7 +399,7 @@ op: #use_mkldnn #use_mkldnn: True - #ir_optim + #ir_optim, 开启TensorRT时,必须同时设置ir_optim=True,否则无效 ir_optim: True ``` @@ -454,4 +454,4 @@ Python Pipeline支持低精度推理,CPU、GPU和TensoRT支持的精度类型 #GPU 支持: "fp32"(default), "fp16(TensorRT)", "int8"; #CPU 支持: "fp32"(default), "fp16", "bf16"(mkldnn); 不支持: "int8" precision: "fp32" -``` \ No newline at end of file +``` -- GitLab