MCPcopy Index your code
hub / github.com/FedML-AI/FedML / _init_cross_device

Function _init_cross_device

python/fedml/__init__.py:447–450  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

445
446
447def _init_cross_device(args):
448 args.rank = 0 # only server runs on Python package
449 args.role = "server"
450 return args
451
452
453def _run_distributed():

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected