summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill DePue <williamd@openai.com>2026-03-18 16:45:25 -0700
committerGitHub <noreply@github.com>2026-03-18 16:45:25 -0700
commit886cc5bb989f76b68074af1792d0aeb7b2ea3494 (patch)
tree0c3db9793b88396b44fc223a9969f1b6cb02346e
parent0f9518abc65c2d596ded2455b9974e93125be544 (diff)
Update train_gpt.py
-rw-r--r--train_gpt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/train_gpt.py b/train_gpt.py
index 0deb056..651beb2 100644
--- a/train_gpt.py
+++ b/train_gpt.py
@@ -1,7 +1,7 @@
"""
The `train_gpt.py` and `train_gpt_mlx.py` scripts are intended as good launching-off points for new participants, not SOTA configs. We'll accept PRs that tune, improve, or simplify these scripts without significantly increasing complexity, but competitive submissions should stay in the `/records` folder.
-Hard stop: `train_gpt.py` and `train_gpt_mlx.py` must never be longer than 1500 lines.
+Hard stop: To keep readable for newcomers, let's make sure `train_gpt.py` and `train_gpt_mlx.py` never are longer than 1500 lines.
"""
from __future__ import annotations