hugo flores garcia commited on
Commit
928b3f8
·
1 Parent(s): 0e0495b
Files changed (1) hide show
  1. scripts/exp/train.py +1 -1
scripts/exp/train.py CHANGED
@@ -709,7 +709,7 @@ def train(
709
  save_samples = when(lambda: accel.local_rank == 0)(save_samples)
710
  checkpoint = when(lambda: accel.local_rank == 0)(checkpoint)
711
 
712
- print("starting training loop.")
713
  with tracker.live:
714
  for tracker.step, batch in enumerate(train_dataloader, start=tracker.step):
715
  train_loop(state, batch, accel)
 
709
  save_samples = when(lambda: accel.local_rank == 0)(save_samples)
710
  checkpoint = when(lambda: accel.local_rank == 0)(checkpoint)
711
 
712
+ print("starting training loop. model will compile. this will take a while. hold on a sec! go get a coffee!")
713
  with tracker.live:
714
  for tracker.step, batch in enumerate(train_dataloader, start=tracker.step):
715
  train_loop(state, batch, accel)