Skip to content

Commit ea5741b

Browse files
larryliu0820facebook-github-bot
authored andcommitted
Add operator library to llava runner BUCK target (#8425)
Summary: As titled. Reviewed By: asleep, mcr229 Differential Revision: D69491896
1 parent 556a1a2 commit ea5741b

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)