Skip to content

Commit de13248

Browse files
authored
Update train_gpt_mlx.py
1 parent 886cc5b commit de13248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

train_gpt_mlx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
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.
44
5-
Hard stop: `train_gpt.py` and `train_gpt_mlx.py` must never be longer than 1500 lines.
5+
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.
66
"""
77
from __future__ import annotations
88

0 commit comments

Comments
 (0)