Skip to content

Commit 9e70a59

Browse files
Add one-head nanoGPT quick-start to root README
1 parent 7459e2b commit 9e70a59

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,29 @@ retained without fallbacks or proxy counts. Four notebooks produce run-level
5555
95% Student-t confidence intervals and a fixed color map for the six
5656
transformer matrices.
5757

58+
MacBook quick start:
59+
60+
```bash
61+
cd baseline/nanogpt_one_head
62+
bash scripts/setup_mac.sh
63+
bash scripts/prepare_data.sh
64+
bash scripts/smoke_test.sh
65+
66+
export RG_NANOGPT_ONE_HEAD_ROOT="$HOME/rg-nanogpt-one-head"
67+
caffeinate -dimsu bash scripts/run_all_baselines.sh \
68+
2>&1 | tee "$RG_NANOGPT_ONE_HEAD_ROOT/run_all.log"
69+
```
70+
71+
After the nine runs complete, open:
72+
73+
```text
74+
baseline/nanogpt_one_head/notebooks/04_compare_baselines.ipynb
75+
```
76+
77+
The complete protocol, hyperparameters, output schema, restart behavior, and
78+
troubleshooting instructions are documented in
79+
[`baseline/nanogpt_one_head/README.md`](baseline/nanogpt_one_head/README.md).
80+
5881
### nanochat d12
5982

6083
`baseline/notebooks/NanoChat_D12_Reference_Baseline.ipynb` is the modern

0 commit comments

Comments
 (0)