From eb22fef16e15736d1f1fcabf9f35fdbb4bb302e0 Mon Sep 17 00:00:00 2001 From: Yuvraj Date: Wed, 27 Oct 2021 10:39:15 +0530 Subject: [PATCH] Adde readme for plugin Signed-off-by: Yuvraj --- plugins/flytekit-kf-mpi/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/plugins/flytekit-kf-mpi/README.md b/plugins/flytekit-kf-mpi/README.md index e69de29bb2d..3daa666b24d 100644 --- a/plugins/flytekit-kf-mpi/README.md +++ b/plugins/flytekit-kf-mpi/README.md @@ -0,0 +1,11 @@ +# Flytekit Kubeflow TensorFlow Plugin + +This plugin uses the Kubeflow MPI Operator and provides an extremely simplified interface for executing distributed training. + +To install the plugin, run the following command: + +```bash +pip install flytekitplugins-kfmpi +``` + +_Example coming soon!_