-
Notifications
You must be signed in to change notification settings - Fork 7k
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
*FileLoader -> *FileOpener #5128
Conversation
💊 CI failures summary and remediationsAs of commit 6c11358 (more details on the Dr. CI page): ✅ None of the CI failures appear to be your fault 💚
🚧 3 ongoing upstream failures:These were probably caused by upstream breakages that are not fixed yet.
This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
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.
LGTM! Thanks for making these changes. Please wait until the other 2 PRs land to land this one. I will let you know.
@pmeier I have merged the TorchData PR. The CI tests here mostly look good, but there are a few failures (seem unrelated to me). |
Summary: * *FileLoader -> *FileOpener * fix opening mode Reviewed By: sallysyw Differential Revision: D33479276 fbshipit-source-id: db4a66b21416afc73c04f50da83b3ca6de073494 Co-authored-by: Kevin Tse <NivekT@users.noreply.github.com>
Addresses pytorch/pytorch#70367 and pytorch/data#148. CI failures are expected until the other two PRs are landed.
cc @pmeier @bjuncek