Skip to content

Commit

Permalink
Merge branch 'main' into andrewkh/cleanup-datapipes-dlv2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkho authored Sep 27, 2024
2 parents 17ca3e2 + 6b762ba commit 4b13f2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/smoke_test/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ def s3_test():
from torchdata._torchdata import S3Handler


def stateful_dataloader_test():
from torchdata.stateful_dataloader import StatefulDataLoader


if __name__ == "__main__":
r"""
TorchData Smoke Test
Expand All @@ -25,3 +29,5 @@ def s3_test():
options = parser.parse_args()
if options.s3:
s3_test()

stateful_dataloader_test()

0 comments on commit 4b13f2f

Please sign in to comment.