Skip to content

Commit e76cd88

Browse files
kirklandsignfacebook-github-bot
authored andcommitted
LLAMA demo app fix (#2457)
Summary: Pull Request resolved: #2457 * Fix internal build * For OSS, add xnnpack backend. Reviewed By: mcr229 Differential Revision: D54958566 fbshipit-source-id: a82e64aade54895124a0c3f459033a2c0e62c312
1 parent 22707f0 commit e76cd88

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)