Skip to content

Commit 566ded9

Browse files
committed
Update docs.
1 parent 84a6566 commit 566ded9

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

docs/source/user_guide/jobs/tabs/run_job.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ To create and start running the job:
1515
.. code-tab:: bash
1616
:caption: YAML
1717

18+
# Use the following command to start the job run
1819
ads opctl run -f your_job.yaml

docs/source/user_guide/jobs/tabs/training_job.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,3 @@
8484
skipMetadataUpdate: true
8585
url: https://github.com/pytorch/examples.git
8686
workingDir: word_language_model
87-
88-
89-
.. code-block:: python
90-
91-
# Create the job on OCI Data Science
92-
job.create()
93-
# Start a job run
94-
run = job.run()
95-
# Stream the job run outputs
96-
run.watch()

docs/source/user_guide/model_training/training_with_oci.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ using the source code directly from GitHub.
1212

1313
.. include:: ../jobs/tabs/training_job.rst
1414

15+
.. include:: ../jobs/tabs/run_job.rst
16+
1517
The job run will:
1618

1719
* Setup the PyTorch conda environment

0 commit comments

Comments
 (0)