Skip to content

Commit

Permalink
ignore these commits, i'm just syncing the origin so i can test on my…
Browse files Browse the repository at this point in the history
… cloud workstation
  • Loading branch information
byi8220 committed Sep 3, 2024
1 parent dff2666 commit 7092981
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,7 @@ def main():

# Dataloader after pickling
iterable_loader = create_dataloader(accelerator, dataset_size=NUM_ELEMENTS, batch_size=BATCH_SIZE, iterable=True)
loader = DataLoader(DummyIterableDataset(iterable_loader), shuffle=False, batch_size=BATCH_SIZE, num_workers=NUM_WORKERS)
test_pickled_dataloader(loader, accelerator)
test_pickled_dataloader(iterable_loader, accelerator)

accelerator.end_training()

Expand Down

0 comments on commit 7092981

Please sign in to comment.