MCPcopy Create free account
hub / github.com/NVlabs/DiffusionNFT / cleanup_distributed

Function cleanup_distributed

scripts/evaluation.py:48–50  ·  view source on GitHub ↗

Destroys the distributed process group.

()

Source from the content-addressed store, hash-verified

46
47
48def cleanup_distributed():
49 """Destroys the distributed process group."""
50 dist.destroy_process_group()
51
52
53def is_main_process(rank):

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected