We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4aaf2 commit 319c8d7Copy full SHA for 319c8d7
examples/models/llava/runner/targets.bzl
@@ -21,5 +21,7 @@ def define_common_targets():
21
"//executorch/kernels/quantized:generated_lib",
22
"//executorch/runtime/core/exec_aten:lib",
23
"//executorch/runtime/core/exec_aten/util:tensor_util",
24
+ "//executorch/configurations:optimized_native_cpu_ops",
25
+ "//executorch/extension/llm/custom_ops:custom_ops",
26
],
27
)
0 commit comments