Skip to content

Commit f031394

Browse files
authored
Fix invalid link for horovod cpu-only example (#600)
1 parent 2747ca7 commit f031394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/v2beta1/horovod/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ docker build -t horovod:latest .
1212

1313
## Create Mpijob
1414

15-
The example mpijob is to run the horovod cpu-only example [tensorflow_mnist.py](https://raw.githubusercontent.com/horovod/horovod/master/examples/v2beta1/horovod/tensorflow_mnist.py).
15+
The example mpijob is to run the horovod cpu-only example [tensorflow_mnist.py](https://raw.githubusercontent.com/horovod/horovod/master/examples/tensorflow/tensorflow_mnist.py).
1616

1717
```bash
1818
kubectl create -f ./tensorflow-mnist.yaml
1919
```
2020
## v1 MPI job
2121

22-
For old API kubeflow.org/v1 deploy manifest see [tensorflow_mnist.py](https://raw.githubusercontent.com/horovod/horovod/master/examples/v1/horovod/tensorflow-mnist-elastic.yaml)
22+
For old API kubeflow.org/v1 deploy manifest see [tensorflow-mnist-elastic.yaml](https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.3.0/examples/horovod/tensorflow-mnist-elastic.yaml).

0 commit comments

Comments
 (0)