Skip to content

Commit 877a881

Browse files
authored
Fix broken link to DeepSpeed Megatron fork (#2440)
Co-authored-by: Lev Kurilenko <[email protected]>
1 parent b8fb9c3 commit 877a881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_tutorials/megatron.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ reduction_** from using DeepSpeed.
1919

2020
## Training GPT-2 with the Original Megatron-LM
2121

22-
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:
22+
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:
2323
```bash
2424
git submodule update --init --recursive
2525
```

0 commit comments

Comments
 (0)