From 4eefc92b089bf633dab3ac3b268e73ee3662a8a0 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Mon, 22 Nov 2021 10:53:59 -0500 Subject: [PATCH] Add MPI job to README now that it's supported --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da1bde382e..615580790d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Overview Starting from v1.3, this training operator provides Kubernetes custom resources that makes it easy to -run distributed or non-distributed TensorFlow/PyTorch/Apache MXNet/XGBoost jobs on Kubernetes. +run distributed or non-distributed TensorFlow/PyTorch/Apache MXNet/XGBoost/MPI jobs on Kubernetes. > Note: Before v1.2 release, Kubeflow Training Operator only supports TFJob on Kubernetes.