Skip to content

Commit

Permalink
2024-09-28 nightly release (6b762ba)
Browse files Browse the repository at this point in the history
  • Loading branch information
pytorchbot committed Sep 28, 2024
1 parent 3840f80 commit 29e0c8c
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 @@ -16,6 +16,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 @@ -26,3 +30,5 @@ def s3_test():
options = parser.parse_args()
if options.s3:
s3_test()

stateful_dataloader_test()

0 comments on commit 29e0c8c

Please sign in to comment.