diff --git a/tools/serving_build.sh b/tools/serving_build.sh index 0c605992fe71c887407d8854c7327ad5237f3f0e..23a0831bc9a41d4c584c310537ec7cfd5ef73967 100644 --- a/tools/serving_build.sh +++ b/tools/serving_build.sh @@ -371,7 +371,7 @@ function python_test_multi_process(){ # pwd: /Serving/python/examples local TYPT=$1 export SERVING_BIN=${SERVING_WORKDIR}/build-server-${TYPE}/core/general-server/serving - cd bert # pwd: /Serving/python/examples/fit_a_line + cd fit_a_line # pwd: /Serving/python/examples/fit_a_line case $TYPE in CPU) check_cmd "python -m paddle_serving_server.serve --model uci_housing_model --port 9292 &"