MCPcopy
hub / github.com/FedML-AI/FedML / _init_model_serving

Function _init_model_serving

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

Source from the content-addressed store, hash-verified

402
403
404def _init_model_serving(args):
405 args.n_proc_in_silo = 1
406 args.proc_rank_in_silo = 0
407 _manage_cuda_rpc_args(args)
408 args.process_id = args.rank
409 return args
410
411
412def _update_client_id_list(args):

Callers 1

initFunction · 0.85

Calls 1

_manage_cuda_rpc_argsFunction · 0.85

Tested by

no test coverage detected