runai pytorch resume

resume pytorch training

runai pytorch resume [WORKLOAD_NAME] [flags]

Examples

# Resume a pytorch training workload
runai training pytorch resume <pytorch-name>

# Resume a pytorch training workload in a specific project
runai training pytorch resume <pytorch-name> -p <project_name>

# Resume a pytorch training workload by UUID
runai training pytorch resume --uuid=<pytorch_uuid>

Options

  -h, --help             help for resume
  -p, --project string   Specify the project to which the command applies. By default, commands apply to the default project. To change the default project use ‘runai config project <project name>’
  -u, --uuid string      The UUID of the workload

Options inherited from parent commands

SEE ALSO

Last updated