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 b27da8c commit 4218c04Copy full SHA for 4218c04
extension/llm/runner/CMakeLists.txt
@@ -94,7 +94,7 @@ if(EXECUTORCH_BUILD_PYBIND)
94
# Link with the extension_llm_runner library and its dependencies
95
target_link_libraries(
96
_llm_runner PRIVATE extension_llm_runner tokenizers::tokenizers
97
- portable_lib
+ portable_lib ${TORCH_PYTHON_LIBRARY} ${TORCH_LIBRARIES}
98
)
99
100
# Set properties for the Python extension
0 commit comments