MCPcopy
hub / github.com/deepspeedai/DeepSpeed / args_from_dict

Function args_from_dict

tests/unit/simple_model.py:309–313  ·  view source on GitHub ↗
(tmpdir, config_dict)

Source from the content-addressed store, hash-verified

307
308
309def args_from_dict(tmpdir, config_dict):
310 args = create_deepspeed_args()
311 config_path = create_config_from_dict(tmpdir, config_dict)
312 args.deepspeed_config = config_path
313 return args

Calls 2

create_deepspeed_argsFunction · 0.85
create_config_from_dictFunction · 0.70

Used in the wild real call sites across dependent graphs

searching dependent graphs…