Fix training_args.py barrier for torch_xla (#12464)
torch_xla currently has its own synchronization primitives, so use xm.rendezvous(tag) instead.
Showing
Please register or sign in to comment
torch_xla currently has its own synchronization primitives, so use xm.rendezvous(tag) instead.