Skip to content

Commit

Permalink
remove version check
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulavasan committed Jul 26, 2024
1 parent 1032adc commit da7392e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/smoke_test/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ def stateful_dataloader_test():
if options.s3:
s3_test()

if torchdata.__version__ != "0.8.0":
raise Exception("TorchData version is not 0.8.0")
stateful_dataloader_test()

0 comments on commit da7392e

Please sign in to comment.