Skip to content

Commit ebdccf5

Browse files
committed
Update _test_and_submit.rst to change --yaml optin to --job-info.
1 parent 9b4c130 commit ebdccf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/user_guide/model_training/distributed_training/_test_and_submit.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ Once running, you will see on the terminal outputs similar to the below
3333
jobId: oci.xxxx.<job_ocid>
3434
mainJobRunId:
3535
mainJobRunIdName: oci.xxxx.<job_run_ocid>
36-
workDir: oci://my-bucket@my-namespace/daskcluster-testing/005
36+
workDir: oci://my-bucket@my-namespace/cluster-testing/005
3737
otherJobRunIds:
3838
- workerJobRunIdName_1: oci.xxxx.<job_run_ocid>
3939
- workerJobRunIdName_2: oci.xxxx.<job_run_ocid>
4040
- workerJobRunIdName_3: oci.xxxx.<job_run_ocid>
4141
4242
This information can be saved as YAML file and used as input to ``ads opctl distributed-training show-config -f <info.yaml>``.
43-
You can use ``--yaml`` to save the job run info into YAML, for example:
43+
You can use ``--job-info`` to save the job run info into YAML, for example:
4444

4545
.. code-block:: bash
4646
47-
ads opctl run -f train.yaml --yaml info.yaml
47+
ads opctl run -f train.yaml --job-info info.yaml

0 commit comments

Comments
 (0)