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/model_training/distributed_training/_test_and_submit.rst
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
**Test Locally:**
2
2
3
3
Before submitting the workload to jobs, you can run it locally to test your code, dependencies, configurations etc.
4
-
With ``-b local`` flag, it uses a local backend. Further when you need to run this workload on odsc jobs, simply use ``-b job`` flag instead.
4
+
With ``-b local`` flag, it uses a local backend. Further when you need to run this workload on OCI data science jobs, simply use ``-b job`` flag instead.
5
5
6
6
.. code-block:: bash
7
7
@@ -13,6 +13,9 @@ If your code requires to use any oci services (like object bucket), you need to
13
13
14
14
oci_key_mnt = ~/.oci:/home/oci_dist_training/.oci
15
15
16
+
Note that the local backend requires the source code for your workload is available locally in the source folder specified in the ``config.ini`` file.
17
+
If you specified Git repository or OCI object storage location as source code location in your workflow YAML, please make sure you have a local copy available for local testing.
18
+
16
19
**Submit the workload:**
17
20
18
21
.. code-block:: bash
@@ -22,7 +25,7 @@ If your code requires to use any oci services (like object bucket), you need to
22
25
**Note:**: This will automatically push the docker image to the
0 commit comments