"docs/source/vscode:/vscode.git/clone" did not exist on "fa3f2f486b1411f1026e527422943f49288f634b"
Unverified Commit caaae992 authored by Shaden Smith's avatar Shaden Smith Committed by GitHub
Browse files

Model tests executable fix

parent e9b097f1
......@@ -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}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment