-
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
adding aistore datapipe #545
Conversation
Hi @gaikwadabhishek! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
ddcf5e7
to
7e473c7
Compare
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.
This PR mostly looks good to me. I will let @ejguan comment on the proper CI setup.
Question: Are there AWS/GCP/Azure remote setups that your library currently test against for every build? We might want to something similar here for different DataPipes (not just aistore
).
Hi @NivekT |
Let's talk about this offline more @NivekT I was thinking of something similar for benchmarks where I can setup some machine configuration an instance type with some specific configuration for example HDD vs SSD and then run a benchmark script directly on it. There's a few options like |
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.
Thank you for your contribution. Generally looks good to me. And, could you please sign the CLA before we can merge the PR?
Hi @ejguan @NivekT |
@ejguan fixed the |
FYI: The failures from TorchVision CI are unrelated to your PR. |
@gaikwadabhishek your CLA application should have been approved just retrigger CI with an empty commit and the Facebook CLA check should pass |
Signed-off-by: Abhishek Gaikwad <gaikwadabhishek1997@gmail.com>
@zpao as FYI looks like CLA Check is still red |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
Hi @ejguan @NivekT @msaroufim, |
@msaroufim has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Fixes #{517}
Changes
aisio.py
(Iterable Datapipe for AIStore backends)test/test_local_io.py
test/test_aistore.py
CI.yml
.github/aistore_ci.yml
workflowQuestions to maintainers
README.md
, so I have tentatively added a URL similar to s3io functions. (seetorchdata/datapipes/iter/load/README.md
)Signed-off-by: Abhishek Gaikwad gaikwadabhishek1997@gmail.com