diff --git a/scripts/run_chatbot_chatglm.sh b/scripts/run_chatbot_chatglm.sh index 2f470e5ab..af2fe4064 100755 --- a/scripts/run_chatbot_chatglm.sh +++ b/scripts/run_chatbot_chatglm.sh @@ -10,7 +10,7 @@ if [ $# -ge 2 ]; then fi CUDA_VISIBLE_DEVICES=0 \ - deepspeed --master_port=10000 examples/chatbot.py \ + deepspeed examples/chatbot.py \ --arch_type encoder_decoder \ --deepspeed configs/ds_config_chatbot.json \ --model_name_or_path ${model} \