Skip to content

Commit

Permalink
print version that was found
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulavasan committed Jul 26, 2024
1 parent 322712c commit 0a1fc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke_test/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ def stateful_dataloader_test():
s3_test()

if torchdata.__version__ != "0.8.0":
raise Exception("TorchData version is not 0.8.0")
raise Exception(f"TorchData version is not 0.8.0, found {torchdata.__version__}")
stateful_dataloader_test()

0 comments on commit 0a1fc12

Please sign in to comment.