Skip to content

Commit b1a41e7

Browse files
authored
Add tensor deps to llm runner buck (#14354)
1 parent 94f62b7 commit b1a41e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension/llm/runner/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def define_common_targets():
3636
exported_deps = [
3737
":constants",
3838
"//executorch/extension/module:module" + aten_suffix,
39+
"//executorch/extension/tensor:tensor" + aten_suffix,
3940
],
4041
)
4142

0 commit comments

Comments
 (0)