From 13009eff7a80ebcf6ae89ed217d5d176bd3e019d Mon Sep 17 00:00:00 2001 From: zhou fan <1247714429@qq.com> Date: Sun, 20 Aug 2023 13:29:44 +0800 Subject: [PATCH] fix the broken link about minGPT-DDP (#1156) fix the broken link about minGPT Co-authored-by: XFFXFF <124771429@qq.com> --- distributed/minGPT-ddp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributed/minGPT-ddp/README.md b/distributed/minGPT-ddp/README.md index cfa1515387..ab6145f218 100644 --- a/distributed/minGPT-ddp/README.md +++ b/distributed/minGPT-ddp/README.md @@ -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).