Skip to content

Commit

Permalink
removed port
Browse files Browse the repository at this point in the history
  • Loading branch information
diaoshizhe committed Apr 18, 2023
1 parent b09d089 commit 579de6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_chatbot_chatglm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 579de6c

Please sign in to comment.