"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "a51b6cc86a5bef62283562d49497a4f3e0b134d8"
Unverified Commit 29855c27 authored by Shaden Smith's avatar Shaden Smith Committed by GitHub
Browse files

Fix permalinks (#149)

* fix docs permalink

* fix docs permalink
parent b84a1fa4
...@@ -415,7 +415,7 @@ as the hostname. ...@@ -415,7 +415,7 @@ as the hostname.
| [DeepSpeed Features](https://www.deepspeed.ai/features/) | DeepSpeed features | | [DeepSpeed Features](https://www.deepspeed.ai/features/) | DeepSpeed features |
| [DeepSpeed JSON Configuration](https://www.deepspeed.ai/docs/config_json/) | Configuring DeepSpeed | | [DeepSpeed JSON Configuration](https://www.deepspeed.ai/docs/config_json/) | Configuring DeepSpeed |
| [API Documentation](https://deepspeed.readthedocs.io/en/latest/) | Generated DeepSpeed API documentation | | [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 | | [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 | | [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 | | [1Cycle Tutorial](https://www.deepspeed.ai/tutorials/1Cycle/) | SOTA learning schedule in DeepSpeed |
......
...@@ -48,7 +48,7 @@ defaults: ...@@ -48,7 +48,7 @@ defaults:
- scope: - scope:
path: "_pages" path: "_pages"
values: values:
permalink: /docs/:title:output_ext permalink: /docs/:basename
- scope: - scope:
path: "" path: ""
type: posts type: posts
......
--- ---
title: "DeepSpeed Configuration JSON" title: "DeepSpeed Configuration JSON"
permalink: /docs/config_json.html
--- ---
## REQUIRED DeepSpeed Config JSON Parameters ## REQUIRED DeepSpeed Config JSON Parameters
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment