We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc20a7 commit 21a07a3Copy full SHA for 21a07a3
CMakeLists.txt
@@ -79,7 +79,7 @@ else()
79
80
# Look for installed Torchvision package in lib paths
81
find_library( LIBTORCHVISION libtorchvision.so libtorchvision.so.1 PATHS ${TRITON_PYTORCH_LIB_PATHS} )
82
- if(NOT ${LIBTORCHVISION})
+ if(NOT ${LIBTORCHVISION})
83
message(WARNING "TRITON_PYTORCH_ENABLE_TORCHVISION is on, but TRITON_PYTORCH_LIB_PATHS does not contain Torchvision package")
84
endif(NOT ${LIBTORCHVISION})
85
endif()
0 commit comments