-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add stateful dl import to smoke test #1299
base: main
Are you sure you want to change the base?
Conversation
test/smoke_test/smoke_test.py
Outdated
@@ -26,3 +30,6 @@ def s3_test(): | |||
options = parser.parse_args() | |||
if options.s3: | |||
s3_test() | |||
|
|||
if torchdata.__version__ >= "0.8.0": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please throw exception here if torchdata.__version__ != 0.8.0
We would need to route it later via input parameter. However this can be a followup PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please address comment and we are good to merge
@atalman Is that change what you had in mind? Can you also confirm if it is fine to land this in main branch (with the check being about 0.8.0) and the cherry pick this to release/0.8 branch? |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/data/1299
Note: Links to docs will display an error until the docs builds have been completed. ❌ 14 New FailuresAs of commit f4d0986 with merge base de5791b (): NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
d185e39
to
322712c
Compare
title
Fixes #{issue number}
Changes