summaryrefslogtreecommitdiff
path: root/ep_run/sync_wandb.py
diff options
context:
space:
mode:
authorYuren Hao <yurenh2@illinois.edu>2026-07-14 13:44:58 -0500
committerYuren Hao <yurenh2@illinois.edu>2026-07-14 13:44:58 -0500
commit7a25d63bcc6e864735fbde377bebcaa10ddd1247 (patch)
tree3c86bca18ffa32e942a3c5e7378ceab1923ca609 /ep_run/sync_wandb.py
parentc1db31cf8c565032ecb2608752e4c0c46d1adb2d (diff)
sync: add stage1b_bp_muon (42M BP twin) to TS project + report runset
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
Diffstat (limited to 'ep_run/sync_wandb.py')
-rw-r--r--ep_run/sync_wandb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ep_run/sync_wandb.py b/ep_run/sync_wandb.py
index fc18bbc..3cd38ce 100644
--- a/ep_run/sync_wandb.py
+++ b/ep_run/sync_wandb.py
@@ -57,6 +57,7 @@ def sync_file(path, default_tag, project, follow=False):
TS, FW = 'ept-tinystories-42m', 'ept-fineweb-72m'
HISTORY = [
('stage1b_ep_muon.log', 'stage1b_ep_muon', TS), ('stage1b_amp.log', 'stage1b_amp', TS),
+ ('stage1b_bp_muon.log', 'stage1b_bp_muon', TS),
('amp_s1.log', 'amp_s1', TS), ('amp_s2.log', 'amp_s2', TS), ('amp_s3.log', 'amp_s3', TS),
('nsize_ladder.log', 'nsize_c256', TS),
('bsign_s1.log', 'bsign_s1', TS), ('bsign_s2.log', 'bsign_s2', TS), ('bsign_s3.log', 'bsign_s3', TS),