When I attempted to reproduce these results, the minified files for submissions #1413 and #1493 fail to start with the following error message, using the reproduction instructions provided in the README (Python 3.11, 1xH100 PCIe):
(parameter-golf) root@aa98b58231cf:/workspace/parameter-golf/records/track_10min_16mb/2026-04-05_SP8192_GPTQ-Embeddings_SDClip_Loop45x2# SEED=42 torchrun --standalone --nproc_per_node=1 train_gpt.py
[minified content omitted]
File "<string>", line 260
for cat in sorted(categories):log(f" {cat}: {", ".join(sorted(categories[cat]))}")
Prior submission, #1394, does not have this issue.
When I attempted to reproduce these results, the minified files for submissions #1413 and #1493 fail to start with the following error message, using the reproduction instructions provided in the README (Python 3.11, 1xH100 PCIe):
Prior submission, #1394, does not have this issue.