From bdc8ab353486135d87cb0bc8d6d7542e1be7b527 Mon Sep 17 00:00:00 2001 From: Li Li Date: Thu, 28 Jun 2018 16:39:44 -0700 Subject: [PATCH] Rename MPI to CustomMPI to match Batch AI service --- .../Microsoft.BatchAI/stable/2018-05-01/BatchAI.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/batchai/resource-manager/Microsoft.BatchAI/stable/2018-05-01/BatchAI.json b/specification/batchai/resource-manager/Microsoft.BatchAI/stable/2018-05-01/BatchAI.json index c5bac5b22796..1d9b509e78b9 100644 --- a/specification/batchai/resource-manager/Microsoft.BatchAI/stable/2018-05-01/BatchAI.json +++ b/specification/batchai/resource-manager/Microsoft.BatchAI/stable/2018-05-01/BatchAI.json @@ -2468,7 +2468,7 @@ }, "toolType": { "title": "The toolkit type of this job.", - "description": "Possible values are: cntk, tensorflow, caffe, caffe2, chainer, pytorch, custom, mpi, horovod.", + "description": "Possible values are: cntk, tensorflow, caffe, caffe2, chainer, pytorch, custom, custommpi, horovod.", "$ref": "#/definitions/ToolType" }, "cntkSettings": { @@ -2888,7 +2888,7 @@ "caffe2", "chainer", "horovod", - "mpi", + "custommpi", "custom" ], "x-ms-enum": {