add report reset as well

This commit is contained in:
svlandeg 2026-01-20 21:39:45 +01:00
parent 1fb02da92a
commit 9d7733e001

View File

@ -23,6 +23,9 @@ if [ -z "$WANDB_RUN" ]; then
WANDB_RUN=dummy
fi
# wipe the report
python -m nanochat.report reset
# train tokenizer on ~2B characters (~34 seconds on my MacBook Pro M3 Max)
python -m nanochat.dataset -n 8
python -m scripts.tok_train --max-chars=2000000000