MCPcopy
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
209def cleanup():
210 """
211 End DDP training.
212 """
213 dist.destroy_process_group()
214
215
216def setup_distributed(backend="nccl", port=None):

Callers 4

mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected