Rate this Page

torch.distributed.run.run_script_path#

torch.distributed.run.run_script_path(training_script, *training_script_args)[source]#

Run the provided training_script from within this interpreter.

Usage: script_as_function(“/abs/path/to/script.py”, “–arg1”, “val1”)