Răsfoiți Sursa

Correct misused phrase (#4232)

Lin Manhui 5 luni în urmă
părinte
comite
f820f0fb52
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      docs/pipeline_deploy/serving.en.md
  2. 1 1
      docs/pipeline_deploy/serving.md

+ 1 - 1
docs/pipeline_deploy/serving.en.md

@@ -266,7 +266,7 @@ In addition, the PaddleX high-stability serving solution is built on NVIDIA Trit
 
 In the `server/model_repo/{endpoint name}` directory of the high-stability serving SDK, you can find one or more `config*.pbtxt` files. If a `config_{device type}.pbtxt` file exists in the directory, please modify the configuration file corresponding to the desired device type. Otherwise, please modify `config.pbtxt`.
 
-A common requirement is to adjust the number of execution instances for horizontal scaling. To achieve this, you need to modify the `instance_group` setting in the configuration file, using `count` to specify the number of instances placed on each device, `kind` to specify the device type, and `gpus` to specify the GPU IDs. An example is as follows:
+A common requirement is to adjust the number of execution instances. To achieve this, you need to modify the `instance_group` setting in the configuration file, using `count` to specify the number of instances placed on each device, `kind` to specify the device type, and `gpus` to specify the GPU IDs. An example is as follows:
 
 - Place 4 instances on GPU 0:
 

+ 1 - 1
docs/pipeline_deploy/serving.md

@@ -266,7 +266,7 @@ paddlex --serve --pipeline image_classification --use_hpip
 
 在高稳定性服务化部署 SDK 的 `server/model_repo/{端点名称}` 目录中,可以找到一个或多个 `config*.pbtxt` 文件。如果目录中存在 `config_{设备类型}.pbtxt` 文件,请修改期望使用的设备类型对应的配置文件;否则,请修改 `config.pbtxt`。
 
-一个常见的需求是调整执行实例数量,以进行水平扩展。为了实现这一点,需要修改配置文件中的 `instance_group` 配置,使用 `count` 指定每一设备上放置的实例数量,使用 `kind` 指定设备类型,使用 `gpus` 指定 GPU 编号。示例如下:
+一个常见的需求是调整执行实例数量。为了实现这一点,需要修改配置文件中的 `instance_group` 配置,使用 `count` 指定每一设备上放置的实例数量,使用 `kind` 指定设备类型,使用 `gpus` 指定 GPU 编号。示例如下:
 
 - 在 GPU 0 上放置 4 个实例: