-
Notifications
You must be signed in to change notification settings - Fork 114
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
sync torchx .pyre_configuration.internal with external config and upg… #986
Conversation
64a9896
to
ed89ee9
Compare
@stroxler has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
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.
Amazing, thank you!!
pytorch#986) Summary: There are some issues with Pyre versions in github CI, and at the moment we aren't getting type errors. Making a PR to (a) bump to Ubuntu 24.04, because the root cause is a glibc issue (b) upgrade to the 2024-11-25 release (c) suppress errors I'm making a fresh PR because the original one doesn't seem to trigger github CI (maybe because it was exported from a diff) Test Plan: Ran github CI, the problem is fixed. Reviewed By: jesszzzz Differential Revision: D66994745 Pulled By: stroxler
90287c4
to
f34f893
Compare
This pull request was exported from Phabricator. Differential Revision: D66994745 |
This pull request was exported from Phabricator. Differential Revision: D66994745 |
pytorch#986) Summary: There are some issues with Pyre versions in github CI, and at the moment we aren't getting type errors. Making a PR to (a) bump to Ubuntu 24.04, because the root cause is a glibc issue (b) upgrade to the 2024-11-25 release (c) suppress errors I'm making a fresh PR because the original one doesn't seem to trigger github CI (maybe because it was exported from a diff) Test Plan: Ran github CI, the problem is fixed. Reviewed By: jesszzzz Differential Revision: D66994745 Pulled By: stroxler
f34f893
to
e70a24c
Compare
This pull request was exported from Phabricator. Differential Revision: D66994745 |
pytorch#986) Summary: There are some issues with Pyre versions in github CI, and at the moment we aren't getting type errors. Making a PR to (a) bump to Ubuntu 24.04, because the root cause is a glibc issue (b) upgrade to the 2024-11-25 release (c) suppress errors I'm making a fresh PR because the original one doesn't seem to trigger github CI (maybe because it was exported from a diff) Test Plan: Ran github CI, the problem is fixed. Reviewed By: jesszzzz Differential Revision: D66994745 Pulled By: stroxler
e70a24c
to
423ec06
Compare
This pull request was exported from Phabricator. Differential Revision: D66994745 |
There are some issues with Pyre versions in github CI, and at the moment we aren't getting type errors.
Making a PR to
(a) upgrade to the 2024-11-25 release
(b) suppress errors
I'm making a fresh PR because the original one doesn't seem to trigger github CI (maybe because it was exported from a diff)