Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkho committed May 16, 2024
1 parent 77bde8d commit d540d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stateful_dataloader/test_state_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ def _run_test(self, snapshot_every_n_steps, interrupt):

dl.load_state_dict(state_dict)
# new iter after load_state_dict, ask for state dict before num_workers batches
# are yielded to ensure old worker states are stored properly
# are yielded to ensure old worker states are stored properly
it = iter(dl)
for _ in range(2):
next(it)
Expand Down

0 comments on commit d540d66

Please sign in to comment.