File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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()
Original file line number Diff line number Diff 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+
1517The job run will:
1618
1719* Setup the PyTorch conda environment
You can’t perform that action at this time.
0 commit comments