Skip to content

Commit

Permalink
Model tests executable fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaden Smith committed Feb 4, 2020
1 parent e9b097f commit caaae99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/model/Megatron_GPT2/ds_gpt2_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ gpt_options=" \

work_dir="../../../DeepSpeedExamples/Megatron-LM/"
include_str=`seq 0 $(( $gpus - 1 )) | paste -sd "," -`
run_cmd="(cd ${work_dir} && deepspeed.pt -i localhost:${include_str} pretrain_gpt2.py ${gpt_options})"
run_cmd="(cd ${work_dir} && deepspeed -i localhost:${include_str} pretrain_gpt2.py ${gpt_options})"
echo ${run_cmd}
eval ${run_cmd}

Expand Down

0 comments on commit caaae99

Please sign in to comment.