Megatron-LM
Megatron-LM copied to clipboard
Fix UnboundLocalError in initialize.py due to uninitialized 'seed' variable
Fixes an UnboundLocalError in initialize.py where the seed variable was referenced before being initialized.