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 94f62b7 commit b1a41e7Copy full SHA for b1a41e7
extension/llm/runner/targets.bzl
@@ -36,6 +36,7 @@ def define_common_targets():
36
exported_deps = [
37
":constants",
38
"//executorch/extension/module:module" + aten_suffix,
39
+ "//executorch/extension/tensor:tensor" + aten_suffix,
40
],
41
)
42
0 commit comments