Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

gokulavasan
Copy link
Contributor

title

Fixes #{issue number}

Changes

@gokulavasan gokulavasan requested a review from atalman July 25, 2024 22:35
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 25, 2024
@@ -26,3 +30,6 @@ def s3_test():
options = parser.parse_args()
if options.s3:
s3_test()

if torchdata.__version__ >= "0.8.0":
Copy link
Contributor

@atalman atalman Jul 25, 2024

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

Copy link
Contributor

@atalman atalman left a 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

@gokulavasan gokulavasan changed the base branch from main to release/0.8 July 26, 2024 05:33
@gokulavasan gokulavasan changed the base branch from release/0.8 to main July 26, 2024 05:34
@gokulavasan
Copy link
Contributor Author

@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?

Copy link

pytorch-bot bot commented Jul 26, 2024

🔗 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 Failures

As of commit f4d0986 with merge base de5791b (image):

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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants