From 5051f265afd380f748e8de3ab073590fba76d019 Mon Sep 17 00:00:00 2001 From: Lev Kurilenko Date: Fri, 21 Oct 2022 20:40:49 +0000 Subject: [PATCH] Fix broken link to DeepSpeed Megatron fork --- docs/_tutorials/megatron.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_tutorials/megatron.md b/docs/_tutorials/megatron.md index 7d81ecdcd28d..2977f5773029 100644 --- a/docs/_tutorials/megatron.md +++ b/docs/_tutorials/megatron.md @@ -19,7 +19,7 @@ reduction_** from using DeepSpeed. ## Training GPT-2 with the Original Megatron-LM -We've copied the original model code from [Megatron-LM](https://github.com/NVIDIA/Megatron-LM) into DeepSpeed [Megatron-LM](https://github.com/microsoft/DeepSpeedExamples/tree/master/Megatron-LM-v1.1.5-ZeRO3) and made it available as a submodule. To download, execute: +We've copied the original model code from [Megatron-LM](https://github.com/NVIDIA/Megatron-LM) into DeepSpeed [Megatron-LM](https://github.com/microsoft/Megatron-DeepSpeed) and made it available as a submodule. To download, execute: ```bash git submodule update --init --recursive ```