Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Sep 11, 2024
1 parent f696ab0 commit 44be831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def make_image_extension():
Extension = CUDAExtension
else:
warnings.warn("Building torchvision without NVJPEG support")
else if USE_NVJPEG:
elif USE_NVJPEG:
warnings.warn("Building torchvision without NVJPEG support")

return Extension(
Expand Down

0 comments on commit 44be831

Please sign in to comment.