Skip to content

Commit

Permalink
add required field
Browse files Browse the repository at this point in the history
  • Loading branch information
pugangxa committed Nov 26, 2021
1 parent 7f48d85 commit 86f64a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/python/v2beta1/tensorflow-mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
),
spec=V2beta1MPIJobSpec(
slots_per_worker=1,
run_policy={
"cleanPodPolicy":"Running"
},
mpi_replica_specs={
"Launcher":launcher_spec,
"Worker":worker_spec
Expand Down

0 comments on commit 86f64a7

Please sign in to comment.