juanguang
Results
2
comments of
juanguang
any update on this? facing same issue now
> soultion: [pytorch/pytorch#22538](https://github.com/pytorch/pytorch/issues/22538) does it mean we should add a `dist.init_process_group('gloo', init_method='file:///tmp/somefile', rank=0, world_size=1)` inside main_loop.py? But what should we pass in for init_method? and the wierd thing is I...