Skip to content

Commit 7440ec5

Browse files
kirklandsignfacebook-github-bot
authored andcommitted
LLAMA demo app fix
Summary: * Fix internal build * For OSS, add xnnpack backend. Differential Revision: D54958566
1 parent 8084a74 commit 7440ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/android/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if(CMAKE_TOOLCHAIN_ANDROID)
2929

3030
add_library(executorch_llama_jni SHARED jni/jni_layer_llama.cpp)
3131
target_link_libraries(executorch_llama_jni fbjni llama_runner
32-
portable_ops_lib)
32+
xnn_executor_runner_lib)
3333
target_compile_options(executorch_llama_jni PUBLIC
3434
${_common_compile_options})
3535
endif()

0 commit comments

Comments
 (0)