Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tdrussell/diffusion-pipe
/ init
Function
init
utils/dataset.py:115–117 ·
view source on GitHub ↗
(queue)
Source
from the content-addressed store, hash-verified
113
id_queue = manager.Queue()
114
115
def
init(queue):
116
global rank
117
rank = queue.get()
118
119
for
i in range(NUM_PROC):
120
id_queue.put(i)
Callers
nothing calls this directly
Calls
1
get
Method · 0.80
Tested by
no test coverage detected