Commit 569b3dab authored by Mohammad Shoeybi's avatar Mohammad Shoeybi
Browse files

Merge branch 'l2_grad_clip_fix_script' into 'master'

updated the script

See merge request ADLR/megatron-lm!79
parents f46d1c32 25234f8a
...@@ -20,7 +20,7 @@ python -m torch.distributed.launch $DISTRIBUTED_ARGS ./tasks/main.py \ ...@@ -20,7 +20,7 @@ python -m torch.distributed.launch $DISTRIBUTED_ARGS ./tasks/main.py \
--task $TASK \ --task $TASK \
--valid-data $VALID_DATA \ --valid-data $VALID_DATA \
--tokenizer-type GPT2BPETokenizer \ --tokenizer-type GPT2BPETokenizer \
--strict-lambada --strict-lambada \
--vocab-file $VOCAB_FILE \ --vocab-file $VOCAB_FILE \
--merge-file $MERGE_FILE \ --merge-file $MERGE_FILE \
--load $CHECKPOINT \ --load $CHECKPOINT \
......
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