From 9227610b1d1edbde91a75e0850dee9520817e7fd Mon Sep 17 00:00:00 2001 From: barrierye Date: Thu, 16 Apr 2020 10:33:46 +0800 Subject: [PATCH] test=serving --- python/paddle_serving_server/__init__.py | 2 +- python/paddle_serving_server_gpu/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/paddle_serving_server/__init__.py b/python/paddle_serving_server/__init__.py index c399a80d..0f693178 100644 --- a/python/paddle_serving_server/__init__.py +++ b/python/paddle_serving_server/__init__.py @@ -231,7 +231,7 @@ class Server(object): # At present, Serving needs to configure the model path in # the resource.prototxt file to determine the input and output # format of the workflow. To ensure that the input and output - # of multiple models are the same + # of multiple models are the same. workflow_oi_config_path = None if isinstance(model_config_paths, str): # If there is only one model path, use the default infer_op. diff --git a/python/paddle_serving_server_gpu/__init__.py b/python/paddle_serving_server_gpu/__init__.py index f1e83ea4..57461b06 100644 --- a/python/paddle_serving_server_gpu/__init__.py +++ b/python/paddle_serving_server_gpu/__init__.py @@ -266,7 +266,7 @@ class Server(object): # At present, Serving needs to configure the model path in # the resource.prototxt file to determine the input and output # format of the workflow. To ensure that the input and output - # of multiple models are the same + # of multiple models are the same. workflow_oi_config_path = None if isinstance(model_config_paths, str): # If there is only one model path, use the default infer_op. -- GitLab