Skip to content

Commit

Permalink
[doc] xref to hostfile discussion (deepspeedai#604)
Browse files Browse the repository at this point in the history
* [doc] xref to hostfile discussion

wasn't clear where to find what was meant by `hostfile` - so adding a link to where it's discussed.

* remove whitespace
  • Loading branch information
stas00 authored Dec 15, 2020
1 parent 9f8e8f3 commit 007466e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_pages/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ deepspeed --hostfile=<hostfile> \
<client_entry.py> <client args> \
--deepspeed --deepspeed_config ds_config.json
```
The script `<client_entry.py>` will execute on the resources specified in `<hostfile>`.
The script `<client_entry.py>` will execute on the resources specified in
[`<hostfile>`](/getting-started/#resource-configuration-multi-node).

## Pipeline Parallelism
DeepSpeed provides [pipeline parallelism](/tutorials/pipeline/) for memory-
Expand Down

0 comments on commit 007466e

Please sign in to comment.