From 579de6cf64661511b13f7c3e629f8ec02f758dfc Mon Sep 17 00:00:00 2001 From: diaoshizhe Date: Wed, 19 Apr 2023 01:37:30 +0800 Subject: [PATCH] removed port --- scripts/run_chatbot_chatglm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} \