You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/user_guide/jobs/run_pytorch_ddp.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Working Directory
64
64
65
65
The default working directory depends on how the source code is specified.
66
66
* When the source code is specified as Git repository URL, the default working directory is the root of the Git repository.
67
-
* When the source code is a single file (script), the default working directory directory containing the file.
67
+
* When the source code is a single file (script), the default working directory containing the file.
68
68
* When the source code is specified as a local or remote directory, the default working directory is the directory containing the source code directory.
69
69
70
70
The working directory of your workload can be configured by :py:meth:`~ads.jobs.PyTorchDistributedRuntime.with_working_dir`. See :ref:`Python Runtime Working Directory <runtime_working_dir>` for more details.
0 commit comments