-
Notifications
You must be signed in to change notification settings - Fork 7.1k
install torchdata from nightly releases in CI #5672
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
Conversation
💊 CI failures summary and remediationsAs of commit 298e6ea (more details on the Dr. CI page):
2 failures not recognized by patterns:
🚧 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.
Thanks @pmeier , I'll approve to unblock but I have a question below regarding the change to torch nightly
@@ -146,7 +146,7 @@ commands: | |||
default: true | |||
steps: | |||
- pip_install: | |||
args: --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html | |||
args: --pre torch --extra-index-url https://download.pytorch.org/whl/nightly/cpu |
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.
Is this the recommended way of installing pytorch nightly?
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.
Yes, see https://pytorch.org/get-started/locally/. I don't know when this changed, but it seems the official way now.
Not sure yet what is causing the docs failure, but I don't see it anywhere else. Don't merge. |
Failure comes from
|
Doc failure is unrelated. See #5673. |
Summary: (Note: this ignores all push blocking failures!) Reviewed By: datumbox Differential Revision: D35216789 fbshipit-source-id: 3ec55d956012a54d210bd586db4e26107d72b0c0
As of today
torchdata
has an official nightly release. Thus, we can drop our workaround that installs from source.