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)
5858 add_library (llama_runner STATIC IMPORTED )
5959 set_property (TARGET llama_runner PROPERTY IMPORTED_LOCATION ${LLAMA_RUNNER_PATH} )
6060
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-
6661 set (CUSTOM_OPS_PATH ${CMAKE_CURRENT_BINARY_DIR} /../../examples/models/llama2/custom_ops/libcustom_ops.a)
6762 add_library (custom_ops STATIC IMPORTED )
6863 set_property (TARGET custom_ops PROPERTY IMPORTED_LOCATION ${CUSTOM_OPS_PATH} )
You can’t perform that action at this time.
0 commit comments