From 80974eb1606d5ad05df427d6c35865b76c49eae5 Mon Sep 17 00:00:00 2001 From: avelichk Date: Sat, 21 Aug 2021 00:00:28 +0100 Subject: [PATCH] Modify SDK for MPI example --- examples/v1beta1/pipelines/mpi-job-horovod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/v1beta1/pipelines/mpi-job-horovod.py b/examples/v1beta1/pipelines/mpi-job-horovod.py index 5e7eaa4a73f..019ff30e948 100644 --- a/examples/v1beta1/pipelines/mpi-job-horovod.py +++ b/examples/v1beta1/pipelines/mpi-job-horovod.py @@ -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