Skip to content

Commit e9b097f

Browse files
Shaden SmithShaden Smith
authored andcommitted
examples -> DeepSpeedExamples
1 parent 681001f commit e9b097f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/model/Megatron_GPT2/ds_gpt2_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ gpt_options=" \
9191
${zero_opt} \
9292
"
9393

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

0 commit comments

Comments
 (0)