Skip to content

Commit 8505e24

Browse files
authored
Update batch_mnist_ray.ipynb
1 parent 11c3b41 commit 8505e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo-notebooks/batch-job/batch_mnist_ray.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,11 @@
323323
}
324324
],
325325
"source": [
326-
"job = DDPJobDefinition(\n",
326+
"jobdef = DDPJobDefinition(\n",
327327
" script=\"mnist.py\",\n",
328328
" scheduler_args={\"requirements\": \"requirements.txt\"}\n",
329329
")\n",
330-
"job.submit(cluster)"
330+
"job = jobdef.submit(cluster)"
331331
]
332332
},
333333
{

0 commit comments

Comments
 (0)