From c0f962d67be24ef0002b3a145939584c7a4a5848 Mon Sep 17 00:00:00 2001 From: Shaden Smith Date: Wed, 18 Mar 2020 00:43:53 -0700 Subject: [PATCH 1/2] fix docs permalink --- docs/_config.yml | 2 +- docs/_pages/config_json.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 3c1a644fbcd2..c0b6eb108af8 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -48,7 +48,7 @@ defaults: - scope: path: "_pages" values: - permalink: /docs/:title:output_ext + permalink: /docs/:basename - scope: path: "" type: posts diff --git a/docs/_pages/config_json.md b/docs/_pages/config_json.md index 804e5fcc3739..35804f18e726 100644 --- a/docs/_pages/config_json.md +++ b/docs/_pages/config_json.md @@ -1,6 +1,5 @@ --- title: "DeepSpeed Configuration JSON" -permalink: /docs/config_json.html --- ## REQUIRED DeepSpeed Config JSON Parameters From d9c52792fca61426c865f3c34b84ff43e310036c Mon Sep 17 00:00:00 2001 From: Shaden Smith Date: Wed, 18 Mar 2020 00:45:18 -0700 Subject: [PATCH 2/2] fix docs permalink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9763e3a8cf09..c9accefcd09a 100755 --- a/README.md +++ b/README.md @@ -415,7 +415,7 @@ as the hostname. | [DeepSpeed Features](https://www.deepspeed.ai/features/) | DeepSpeed features | | [DeepSpeed JSON Configuration](https://www.deepspeed.ai/docs/config_json/) | Configuring DeepSpeed | | [API Documentation](https://deepspeed.readthedocs.io/en/latest/) | Generated DeepSpeed API documentation | -| [CIFAR-10 Tutorial](https://www.deepspeed.ai/tutorials/CIFAR-10) | Getting started with CIFAR-10 and DeepSpeed | +| [CIFAR-10 Tutorial](https://www.deepspeed.ai/tutorials/cifar-10) | Getting started with CIFAR-10 and DeepSpeed | | [Megatron-LM Tutorial](https://www.deepspeed.ai/tutorials/megatron/) | Train GPT2 with DeepSpeed and Megatron-LM | | [Learning Rate Range Test Tutorial](https://www.deepspeed.ai/tutorials/lrrt/) | Faster training with large learning rates | | [1Cycle Tutorial](https://www.deepspeed.ai/tutorials/1Cycle/) | SOTA learning schedule in DeepSpeed |