Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Vchitect/Latte
/ cleanup
Function
cleanup
utils.py:209–213 ·
view source on GitHub ↗
End DDP training.
()
Source
from the content-addressed store, hash-verified
207
p.requires_grad = flag
208
209
def
cleanup():
210
""
"
211
End DDP training.
212
""
"
213
dist.destroy_process_group()
214
215
216
def
setup_distributed(backend=
"nccl"
, port=None):
Callers
4
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected