-
Notifications
You must be signed in to change notification settings - Fork 7k
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
improve smoke test #7550
improve smoke test #7550
Conversation
@@ -1,13 +1,11 @@ | |||
"""Run smoke tests""" | |||
|
|||
import os |
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.
Driveby: remove unused import. Same below
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 Philip, are we sure that the EDIT: call is protected, not a problemsmoke_test.py
script is always going to be run on a machine with CUDA support?
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.
LGTM with minor comment above
Hey @pmeier! 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 |
Reviewed By: vmoens Differential Revision: D45522829 fbshipit-source-id: aba08b74b26aa59111f68e50e11ab3a36abe1980
Without this, an incorrect setup for nvjpeg will not be detected by the smoke test. I stumbled over this in #7498.