[QUESTION] Confusion about return if args.partitions==1 #1075
Unanswered
qazwsx74269
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I want to preprocess data for pretraining Bert model, I find this code snippet,
does not work. It won't generate .bin and .idx files because
returnafterif args.partitions==1ends the program.Megatron-LM/tools/preprocess_data.py
Line 362 in 86e2927
Beta Was this translation helpful? Give feedback.
All reactions