-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[PyTorch][deploy] Work around missing libdl #74705
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
As the comment says, libdl might not be separate because it may be subsumed into libc. Differential Revision: [D35117159](https://our.internmc.facebook.com/intern/diff/D35117159/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35117159/)! [ghstack-poisoned]
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit a4a8a38 (more details on the Dr. CI page):
🕵️ 2 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
| Job | Step | Action |
|---|---|---|
| Unknown | 🔁 rerun |
🚧 1 fixed upstream failure:
These were probably caused by upstream breakages that were already fixed.
Please rebase on the viable/strict branch (expand for instructions)
If your commit is older than viable/strict, run these commands:
git fetch https://github.com/pytorch/pytorch viable/strict
git rebase FETCH_HEAD
- pull / linux-xenial-py3.7-gcc5.4 / test (docs_test, 1, 1, linux.2xlarge) on Mar 24 from 7:29am to 3:17pm (a1e284d - 7f996b8)
This comment was automatically generated by Dr. CI (expand for details).
Please report bugs/suggestions to the (internal) Dr. CI Users group.
As the comment says, libdl might not be separate because it may be subsumed into libc. Differential Revision: [D35117159](https://our.internmc.facebook.com/intern/diff/D35117159/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35117159/)! ghstack-source-id: 152156345 Pull Request resolved: #74705
Summary: Pull Request resolved: #74705 As the comment says, libdl might not be separate because it may be subsumed into libc. Test Plan: 1) existing tests 2) this is being sent out on top of platform010 migration for caffe2 Reviewed By: d4l3k, r-barnes Differential Revision: D35117159 fbshipit-source-id: c4a6de7c3412db695509bd25d529658cdf785e3d
|
Hey @swolchok. |
Summary: Pull Request resolved: #74705 As the comment says, libdl might not be separate because it may be subsumed into libc. Test Plan: 1) existing tests 2) this is being sent out on top of platform010 migration for caffe2 Reviewed By: d4l3k, r-barnes Differential Revision: D35117159 fbshipit-source-id: c4a6de7c3412db695509bd25d529658cdf785e3d (cherry picked from commit 563919d)
Stack from ghstack (oldest at bottom):
As the comment says, libdl might not be separate because it may be subsumed into libc.
Differential Revision: D35117159
NOTE FOR REVIEWERS: This PR has internal Facebook specific changes or comments, please review them on Phabricator!