Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
def
cleanup_distributed():
49
""
"Destroys the distributed process group."
""
50
dist.destroy_process_group()
51
52
53
def
is_main_process(rank):
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected