From 2d3f09c81ef853149619b3de37270317703f5093 Mon Sep 17 00:00:00 2001 From: barrierye Date: Mon, 1 Jun 2020 10:33:41 +0800 Subject: [PATCH] update ci script && test=serving --- tools/serving_build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/serving_build.sh b/tools/serving_build.sh index 4b45ebbd..a15f87bd 100644 --- a/tools/serving_build.sh +++ b/tools/serving_build.sh @@ -383,7 +383,6 @@ function python_test_multi_process(){ echo "bert mutli rpc RPC inference pass" ;; GPU) - rm -rf ./image #TODO: The following operation needs to create an folder named "./image", but no corresponding code was found check_cmd "python -m paddle_serving_server_gpu.serve --model uci_housing_model --port 9292 --workdir test9292 --gpu_ids 0 &" check_cmd "python -m paddle_serving_server_gpu.serve --model uci_housing_model --port 9293 --workdir test9293 --gpu_ids 0 &" sleep 5 -- GitLab