Skip to content

Commit 4218c04

Browse files
committed
Try to fix windows
1 parent b27da8c commit 4218c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/llm/runner/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ if(EXECUTORCH_BUILD_PYBIND)
9494
# Link with the extension_llm_runner library and its dependencies
9595
target_link_libraries(
9696
_llm_runner PRIVATE extension_llm_runner tokenizers::tokenizers
97-
portable_lib
97+
portable_lib ${TORCH_PYTHON_LIBRARY} ${TORCH_LIBRARIES}
9898
)
9999

100100
# Set properties for the Python extension

0 commit comments

Comments
 (0)