Skip to content

Commit

Permalink
1. Fixed config names.
Browse files Browse the repository at this point in the history
Signed-off-by: Micha Livne <[email protected]>
  • Loading branch information
michalivne committed Jul 25, 2022
1 parent 8c50ac8 commit e630bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3008,7 +3008,7 @@ pipeline {
model.position_embedding_type=relative \
model.data.index_mapping_dir=examples/nlp/language_modeling/t5_index_mappings \
model.data.respect_document_boundaries=False \
model.share_word_embeddings=False \
model.share_token_embeddings=False \
model.share_decoder_tokens_head_embeddings=False"
sh "python examples/nlp/language_modeling/megatron_t5_pretraining.py \
trainer.devices=2 \
Expand Down Expand Up @@ -3036,7 +3036,7 @@ pipeline {
model.position_embedding_type=relative \
model.data.index_mapping_dir=examples/nlp/language_modeling/t5_index_mappings \
model.data.respect_document_boundaries=False \
model.share_word_embeddings=False \
model.share_token_embeddings=False \
model.share_decoder_tokens_head_embeddings=False"
sh "rm -rf examples/nlp/language_modeling/t5_pretrain_results"
sh "rm -rf examples/nlp/language_modeling/t5_index_mappings"
Expand Down

0 comments on commit e630bf7

Please sign in to comment.