Skip to content

Commit

Permalink
fix the broken link about minGPT-DDP (#1156)
Browse files Browse the repository at this point in the history
fix the broken link about minGPT

Co-authored-by: XFFXFF <124771429@qq.com>
  • Loading branch information
xffxff and XFFXFF committed Aug 20, 2023
1 parent 001d493 commit 13009ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/minGPT-ddp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# minGPT-DDP

Code accompanying the tutorial at https://pytorch.org/tutorials/intermediate/ddp_minGPT.html for training a GPT-like model with Distributed Data Parallel (DDP) in PyTorch.
Code accompanying the tutorial at https://pytorch.org/tutorials/intermediate/ddp_series_minGPT.html for training a GPT-like model with Distributed Data Parallel (DDP) in PyTorch.

Files marked with an asterisk (*) are adapted from the minGPT repo (https://github.com/karpathy/minGPT).

Expand Down

0 comments on commit 13009ef

Please sign in to comment.