File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ endif()
22
22
# include aoti_run executable
23
23
include (runner/aoti.cmake )
24
24
if (TARGET aoti_run )
25
- target_link_libraries (aoti_run PUBLIC tokenizers )
25
+ target_link_libraries (aoti_run tokenizers )
26
26
target_include_directories (aoti_run PUBLIC runner/third-party/tokenizers/include )
27
27
endif ()
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if(Torch_FOUND)
25
25
target_compile_options(aoti_run PUBLIC -DUSE_CUDA)
26
26
endif ()
27
27
target_include_directories(aoti_run PRIVATE ${TORCHCHAT_ROOT} /runner)
28
- target_link_libraries(aoti_run PUBLIC " ${TORCH_LIBRARIES} " m)
28
+ target_link_libraries(aoti_run " ${TORCH_LIBRARIES} " m)
29
29
set_property(TARGET aoti_run PROPERTY CXX_STANDARD 17)
30
30
endif ()
31
31
You can’t perform that action at this time.
0 commit comments