Skip to content

Commit

Permalink
refactor: addition of note to test in disconnected env
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakis committed Nov 14, 2023
1 parent 44740c1 commit 569d1c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion demo-notebooks/guided-demos/2_basic_jobs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,9 @@
"id": "31096641",
"metadata": {},
"source": [
"Now, an alternative option for job submission is to submit directly to MCAD, which will schedule pods to run the job with requested resources:"
"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",
"\n",
"NOTE: To test this demo in an air-gapped/ disconnected environment alter the training script to use a local dataset."
]
},
{
Expand All @@ -216,6 +218,7 @@
"jobdef = DDPJobDefinition(\n",
" name=\"mnistjob\",\n",
" script=\"mnist.py\",\n",
" # script=\"mnist_disconnected.py\", # training script for disconnected environment\n",
" scheduler_args={\"namespace\": \"default\"},\n",
" j=\"1x1\",\n",
" gpu=0,\n",
Expand Down

0 comments on commit 569d1c2

Please sign in to comment.