From a59cb5e438b8e4c1af020b748b06cdd2f4a9347b Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Tue, 15 Dec 2020 12:14:14 -0800 Subject: [PATCH 1/2] [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. --- docs/_pages/features.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_pages/features.md b/docs/_pages/features.md index ec0724e11aa4..9131b17a660e 100755 --- a/docs/_pages/features.md +++ b/docs/_pages/features.md @@ -28,7 +28,8 @@ deepspeed --hostfile= \ \ --deepspeed --deepspeed_config ds_config.json ``` -The script `` will execute on the resources specified in ``. +The script `` will execute on the resources specified in +[``](/getting-started/#resource-configuration-multi-node). ## Pipeline Parallelism DeepSpeed provides [pipeline parallelism](/tutorials/pipeline/) for memory- From 51719d52fc23db98e0c1f4820fc84fbc05f7f3ac Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Tue, 15 Dec 2020 12:17:53 -0800 Subject: [PATCH 2/2] remove whitespace --- docs/_pages/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_pages/features.md b/docs/_pages/features.md index 9131b17a660e..2074bb3e3b0f 100755 --- a/docs/_pages/features.md +++ b/docs/_pages/features.md @@ -28,7 +28,7 @@ deepspeed --hostfile= \ \ --deepspeed --deepspeed_config ds_config.json ``` -The script `` will execute on the resources specified in +The script `` will execute on the resources specified in [``](/getting-started/#resource-configuration-multi-node). ## Pipeline Parallelism