-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Fix nvjpeg packaging into the wheel #4752
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 b219315 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.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!
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 @malfet, I have a comment/suggestion.
Relocate fails to find nvjpeg unless its present in the library search path.
86bfae0
to
f29ec8e
Compare
Hey @malfet! You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py |
Relocate fails to find nvjpeg unless its present in the library search path.
Summary: Relocate fails to find nvjpeg unless its present in the library search path. Reviewed By: NicolasHug Differential Revision: D31957851 fbshipit-source-id: baf8cabb4f5d851f2be640aed86cb476ddc7ad2a
Relocate fails to find nvjpeg unless its present in the library search path.
relocate fails to find nvjpeg unless it is present in the library search path.
Before the change, binary_linux_wheel_py3.8_cu113
nvjpeg.so.11
is skipped:After the change binary_linux_wheel_py3.8_cu113 packages
nvjpeg.so.11
into the wheel: