mirror of
https://github.com/karpathy/nanochat.git
synced 2026-03-28 23:55:16 +00:00
- Added `dev/runmps_evals.sh` for evaluating checkpoints and logging results to W&B. - Introduced `dev/runmps.sh` for orchestrating training stages with W&B support. - Updated `.gitignore` to include `wandb/` and `.runmps_wandb_ids`. - Changed permissions for `dev/runcpu.sh` and added executable flag. - Enhanced existing scripts to log metrics to W&B during training and evaluation processes.
10 lines
102 B
Plaintext
10 lines
102 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
rustbpe/target/
|
|
dev-ignore/
|
|
report.md
|
|
eval_bundle/
|
|
wandb/
|
|
.runmps_wandb_ids
|