注释了sever.sh的17-21行

pull/737/head
huangyuxin 4 years ago
parent 6076197b20
commit 156e324bbb

@ -15,10 +15,10 @@ if [ $? -ne 0 ]; then
fi fi
# download well-trained model # download well-trained model
bash local/download_model.sh #bash local/download_model.sh
if [ $? -ne 0 ]; then #if [ $? -ne 0 ]; then
exit 1 # exit 1
fi #fi
# start demo server # start demo server
CUDA_VISIBLE_DEVICES=0 \ CUDA_VISIBLE_DEVICES=0 \
@ -29,7 +29,7 @@ python3 -u ${BIN_DIR}/deploy/server.py \
--host_ip="localhost" \ --host_ip="localhost" \
--host_port=8086 \ --host_port=8086 \
--speech_save_dir="demo_cache" \ --speech_save_dir="demo_cache" \
--checkpoint_path ${1} --checkpoint_path ${1}
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "Failed in starting demo server!" echo "Failed in starting demo server!"

Loading…
Cancel
Save