We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38beea5 commit f4d0986Copy full SHA for f4d0986
test/smoke_test/smoke_test.py
@@ -31,6 +31,6 @@ def stateful_dataloader_test():
31
if options.s3:
32
s3_test()
33
34
- if torchdata.__version__.startswith("0.8.0"):
+ if not torchdata.__version__.startswith("0.8.0"):
35
raise Exception(f"TorchData version is not 0.8.0, found {torchdata.__version__}")
36
stateful_dataloader_test()
0 commit comments