diff options
| -rw-r--r-- | ep_run/sync_wandb.py | 1 |
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), |
