Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update Horovod docs links in README (#15366)
Browse files Browse the repository at this point in the history
* Update Horovod docs links in README

Signed-off-by: Serge Panev <[email protected]>

* retrigger CI

* retrigger ci

* Retrigger

* Update README.md

* Retrigger CI
  • Loading branch information
Kh4L authored and wkcn committed Jul 5, 2019
1 parent 0ec4886 commit 612b9d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/distributed_training-horovod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ $ pip install horovod
```

This basic installation is good for laptops and for getting to know Horovod.
If you're installing Horovod on a server with GPUs, read the [Horovod on GPU](https://github.com/horovod/horovod/blob/master/docs/gpus.md) page.
If you want to use Docker, read the [Horovod in Docker](https://github.com/horovod/horovod/blob/master/docs/docker.md) page.
If you're installing Horovod on a server with GPUs, read the [Horovod on GPU](https://github.com/horovod/horovod/blob/master/docs/gpus.rst) page.
If you want to use Docker, read the [Horovod in Docker](https://github.com/horovod/horovod/blob/master/docs/docker.rst) page.

## Install MPI
MPI is required to run distributed training with Horovod. Install [Open MPI](https://www.open-mpi.org/) or another MPI implementation.
Expand Down Expand Up @@ -177,7 +177,7 @@ model.fit(train_data,
# Running Horovod

The example commands below show how to run distributed training. See the
[Running Horovod](https://github.com/horovod/horovod/blob/master/docs/running.md)
[Running Horovod](https://github.com/horovod/horovod/blob/master/docs/running.rst)
page for more instructions.

1. To run on a machine with 4 CPUs:
Expand All @@ -198,4 +198,4 @@ $ mpirun -np 8 \
-x NCCL_DEBUG=INFO \
-mca pml ob1 -mca btl ^openib \
python train.py
```
```

0 comments on commit 612b9d1

Please sign in to comment.