Skip to content

Commit 1004ab9

Browse files
committed
Update run_pytorch_ddp.rst to fix typo.
1 parent f1fe6f6 commit 1004ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user_guide/jobs/run_pytorch_ddp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Working Directory
6464

6565
The default working directory depends on how the source code is specified.
6666
* 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.
6868
* When the source code is specified as a local or remote directory, the default working directory is the directory containing the source code directory.
6969

7070
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

Comments
 (0)