From a8765c7983931f5c2f74295ec97992e8041f9140 Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Tue, 31 May 2022 10:39:41 +0800 Subject: [PATCH] Update Serving_Configure_CN.md --- doc/Serving_Configure_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Serving_Configure_CN.md b/doc/Serving_Configure_CN.md index 1ceeb4ce..47d3123a 100644 --- a/doc/Serving_Configure_CN.md +++ b/doc/Serving_Configure_CN.md @@ -103,7 +103,7 @@ workdir_9393 | `--request_cache_size` | int | `0` | Bytes size of request cache. By default, the cache is disabled | | `--enable_prometheus` | bool | False | Use Prometheus | | `--prometheus_port` | int | 19393 | Port of the Prometheus | -| `--use_dist_model | bool | False | Use distributed model or not | +| `--use_dist_model` | bool | False | Use distributed model or not | | `--dist_carrier_id` | str | "" | Carrier id of distributed model | | `--dist_cfg_file` | str | "" | Config file of distributed model | | `--dist_endpoints` | str | "" | Endpoints of distributed model. splited by comma | -- GitLab