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

Update Horovod docs links in README #15366

Merged
merged 6 commits into from
Jul 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```
```