Skip to content

Commit

Permalink
include launch command too. anyone should be able to do this now
Browse files Browse the repository at this point in the history
  • Loading branch information
karpathy committed Feb 3, 2023
1 parent f9348f3 commit 3969860
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/train_gpt2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# config for training GPT-2 (124M) down to very nice loss of ~2.85 on 1 node of 8X A100 40GB
# launch as the following (e.g. in a screen session) and wait ~5 days:
# $ torchrun --standalone --nproc_per_node=8 train.py config/train_gpt2.py

wandb_log = True
wandb_project = 'owt'
Expand Down

0 comments on commit 3969860

Please sign in to comment.