Skip to content

Commit 319c8d7

Browse files
authored
Add operator library to llava runner BUCK target
Differential Revision: D69491896 Pull Request resolved: #8425
1 parent dc4aaf2 commit 319c8d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/models/llava/runner/targets.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ def define_common_targets():
2121
"//executorch/kernels/quantized:generated_lib",
2222
"//executorch/runtime/core/exec_aten:lib",
2323
"//executorch/runtime/core/exec_aten/util:tensor_util",
24+
"//executorch/configurations:optimized_native_cpu_ops",
25+
"//executorch/extension/llm/custom_ops:custom_ops",
2426
],
2527
)

0 commit comments

Comments
 (0)