Skip to content

Commit

Permalink
Modify SDK for MPI example
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Aug 20, 2021
1 parent 9e56112 commit 80974eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/v1beta1/pipelines/mpi-job-horovod.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Note: To run this example, your Kubernetes cluster should run MPIJob operator.
# Follow this guide to install MPIJob on your cluster: https://www.kubeflow.org/docs/components/training/mpi/

# Note: You have to install kfp>=1.6.5 SDK and kubeflow-katib>=0.10.1 SDK to run this example.
# Note: You have to install kfp>=1.1.1 and kubeflow-katib>=0.10.1 SDK to run this example.

import kfp
import kfp.dsl as dsl
Expand Down

0 comments on commit 80974eb

Please sign in to comment.