LH-Tech-AI commited on
Commit
10c2ee0
·
verified ·
1 Parent(s): 024ea70

Update train.py

Browse files
Files changed (1) hide show
  1. train.py +1 -0
train.py CHANGED
@@ -1,4 +1,5 @@
1
  """
 
2
  This training script can be run both on a single gpu in debug mode,
3
  and also in a larger training run with distributed data parallel (ddp).
4
 
 
1
  """
2
+ Credit: Andrej Karpathy - nanoGPT
3
  This training script can be run both on a single gpu in debug mode,
4
  and also in a larger training run with distributed data parallel (ddp).
5