File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,6 @@ if(EXECUTORCH_BUILD_LLAMA_JNI)
58
58
add_library (llama_runner STATIC IMPORTED )
59
59
set_property (TARGET llama_runner PROPERTY IMPORTED_LOCATION ${LLAMA_RUNNER_PATH} )
60
60
61
- # set(CUSTOM_OPS_LIB_PATH ${CMAKE_CURRENT_BINARY_DIR}/../../examples/models/llama2/custom_ops/libcustom_ops_lib.a)
62
- # add_library(custom_ops_lib STATIC IMPORTED)
63
- # set_property(TARGET custom_ops_lib PROPERTY IMPORTED_LOCATION ${CUSTOM_OPS_LIB_PATH})
64
- # target_link_options_shared_lib(custom_ops_lib)
65
-
66
61
set (CUSTOM_OPS_PATH ${CMAKE_CURRENT_BINARY_DIR} /../../examples/models/llama2/custom_ops/libcustom_ops.a )
67
62
add_library (custom_ops STATIC IMPORTED )
68
63
set_property (TARGET custom_ops PROPERTY IMPORTED_LOCATION ${CUSTOM_OPS_PATH} )
You can’t perform that action at this time.
0 commit comments