[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
-
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
return
afterif args.partitions==1
ends the program.Megatron-LM/tools/preprocess_data.py
Line 362 in 86e2927
Beta Was this translation helpful? Give feedback.
All reactions