We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e331f commit 8c5464dCopy full SHA for 8c5464d
others/pytorch/distributed/test_all_to_all_single_ray.py
@@ -129,7 +129,4 @@ def run(self) -> torch.Tensor:
129
]
130
results = ray.get([worker.run.remote() for worker in workers])
131
ray.shutdown()
132
- if dist.is_initialized():
133
- dist.destroy_process_group()
134
- print("Process group destroyed")
135
print("All processes completed successfully")
0 commit comments