diff --git a/doc/doc_ch/serving.md b/doc/doc_ch/serving.md index 743017afff9ad927b4f4d0452396b5170d7975ad..8369f8a7f5be25848180d473029adfc80d8f6eee 100644 --- a/doc/doc_ch/serving.md +++ b/doc/doc_ch/serving.md @@ -96,6 +96,7 @@ $ hub serving start --modules [Module1==Version1, Module2==Version2, ...] \ **注意:** - 使用配置文件启动服务时,其他参数会被忽略。 - 如果使用GPU预测(即,`use_gpu`置为`true`),则需要在启动服务之前,设置CUDA_VISIBLE_DEVICES环境变量,如:```export CUDA_VISIBLE_DEVICES=0```,否则不用设置。 +- **`use_gpu`不可与`use_multiprocess`同时为`true`**。 如,使用GPU 3号卡启动串联服务: ```shell