distributed/minGPT-ddp/README.md
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).
Datasetclass for a character-level dataset.