https://github.com/aliyuncontainerservice/mpi-operator
https://github.com/aliyuncontainerservice/mpi-operator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aliyuncontainerservice/mpi-operator
- Owner: AliyunContainerService
- License: apache-2.0
- Created: 2022-08-30T11:27:52.000Z (almost 4 years ago)
- Default Branch: aliyun_v0.1.0
- Last Pushed: 2025-01-02T06:40:03.000Z (over 1 year ago)
- Last Synced: 2025-03-30T12:34:39.042Z (over 1 year ago)
- Language: Go
- Size: 155 KB
- Stars: 1
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.