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 e37a0f3 commit 211131fCopy full SHA for 211131f
examples/models/llava/CMakeLists.txt
@@ -79,7 +79,7 @@ if(LLAVA_RUNNER_NO_TORCH_DUMMY_IMAGE)
79
add_definitions(-DLLAVA_NO_TORCH_DUMMY_IMAGE=1)
80
message("Buidling the runner without Torch, feeding a dummy image!")
81
else()
82
- find_package(Torch REQUIRED)
+ find_package(Torch CONFIG REQUIRED)
83
endif()
84
85
#
extension/llm/custom_ops/CMakeLists.txt
@@ -69,7 +69,7 @@ install(TARGETS custom_ops DESTINATION lib)
69
70
if(EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT)
71
# Add a AOT library
72
73
add_library(
74
custom_ops_aot_lib SHARED
75
${_custom_ops__srcs}
0 commit comments