An open API service indexing awesome lists of open source software.

https://github.com/aliyuncontainerservice/mpi-operator


https://github.com/aliyuncontainerservice/mpi-operator

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# MPI Operator

The MPI Operator makes it easy to run allreduce-style distributed training.

## Deploy

```shell
kubectl create -f deploy/
```

## Test

Launch a multi-node tensorflow benchmark training job:
```shell
kubectl create -f examples/tensorflow-benchmarks.yaml
```

Once everything starts, the logs are available in the `launcher` pod.