Skip to content

Commit fc4b54b

Browse files
committed
refactor: addition of note to test in disconnected env
1 parent 6ae92a7 commit fc4b54b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: demo-notebooks/guided-demos/2_basic_jobs.ipynb

+4-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@
203203
"id": "31096641",
204204
"metadata": {},
205205
"source": [
206-
"Now, an alternative option for job submission is to submit directly to MCAD, which will schedule pods to run the job with requested resources:"
206+
"Now, an alternative option for job submission is to submit directly to MCAD, which will schedule pods to run the job with requested resources:\n",
207+
"\n",
208+
"NOTE: To test this demo in an air-gapped/ disconnected environment alter the training script to use a local dataset."
207209
]
208210
},
209211
{
@@ -216,6 +218,7 @@
216218
"jobdef = DDPJobDefinition(\n",
217219
" name=\"mnistjob\",\n",
218220
" script=\"mnist.py\",\n",
221+
" # script=\"mnist_disconnected.py\", # training script for disconnected environment\n",
219222
" scheduler_args={\"namespace\": \"default\"},\n",
220223
" j=\"1x1\",\n",
221224
" gpu=0,\n",

0 commit comments

Comments
 (0)