fix layer comment

This commit is contained in:
svlandeg 2026-03-31 10:59:47 +02:00
parent c2082b3952
commit b4e67636ad

View File

@ -26,7 +26,7 @@ python -m nanochat.dataset -n 8
python -m scripts.tok_train --max-chars=2000000000
python -m scripts.tok_eval
# train a small 4 layer model
# train a small 6 layer model
# I tuned this run to complete in about 30 minutes on my MacBook Pro M3 Max.
# To get better results, try increasing num_iterations, or get other ideas from your favorite LLM.
python -m scripts.base_train \