From de132488af2e9d4a22440a37526aee0d29c482ca Mon Sep 17 00:00:00 2001 From: Will DePue Date: Wed, 18 Mar 2026 16:45:37 -0700 Subject: Update train_gpt_mlx.py --- train_gpt_mlx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'train_gpt_mlx.py') diff --git a/train_gpt_mlx.py b/train_gpt_mlx.py index e20794d..7ab9bb6 100644 --- a/train_gpt_mlx.py +++ b/train_gpt_mlx.py @@ -2,7 +2,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 -- cgit v1.2.3