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 65505b2 commit f1badd0Copy full SHA for f1badd0
examples/models/llama2/runner/targets.bzl
@@ -4,7 +4,7 @@ def _get_operator_lib(aten = False):
4
if aten:
5
return ["//executorch/kernels/aten:generated_lib_aten"]
6
elif runtime.is_oss:
7
- return ["//executorch/kernels/portable:generated_lib"]
+ return ["//executorch/kernels/portable:generated_lib", "//executorch/examples/models/llama2/custom_ops:custom_ops"]
8
else:
9
return ["//executorch/configurations:optimized_native_cpu_ops", "//executorch/examples/models/llama2/custom_ops:custom_ops", "//executorch/examples/models/llama2/ops:generated_lib"]
10
0 commit comments