(tmpdir, config_dict)
| 307 | |
| 308 | |
| 309 | def 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 |
searching dependent graphs…