From dcf0a3ee51249c798217c4a1a8b3985335ac5628 Mon Sep 17 00:00:00 2001 From: barrierye Date: Fri, 20 Mar 2020 23:34:19 +0800 Subject: [PATCH] test=serving --- tools/serving_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/serving_build.sh b/tools/serving_build.sh index 3c0b755f..445be45e 100644 --- a/tools/serving_build.sh +++ b/tools/serving_build.sh @@ -88,6 +88,7 @@ function python_test_fit_a_line() { sleep 5 # wait for the server to start check_cmd "python test_client.py uci_housing_client/serving_client_conf.prototxt > /dev/null" kill_server_process + # test web check_cmd "python -m paddle_serving_server.serve --model uci_housing_model --name uci --port 9393 --thread 4 --name uci > /dev/null &" sleep 5 # wait for the server to start -- GitLab