ScriptRunConfig takes an optional parameter command which can be used instead of the script and argument parameters to specify the command to run on AzureML. Enabling this option in hi-ml-azure will make it easier to run custom jobs, for example using torchrun.
ScriptRunConfig takes an optional parameter
command
which can be used instead of thescript
andargument
parameters to specify the command to run on AzureML. Enabling this option in hi-ml-azure will make it easier to run custom jobs, for example using torchrun.