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 6dab028 commit 77056c0Copy full SHA for 77056c0
examples/qualcomm/oss_scripts/llama/targets.bzl
@@ -19,6 +19,7 @@ def define_common_targets():
19
deps = [
20
"//executorch/extension/llm/runner:stats",
21
"//executorch/extension/tensor:tensor",
22
+ "//executorch/kernels/quantized:generated_lib",
23
"fbsource//third-party/qualcomm/qnn/qnn-{0}:api".format(get_qnn_library_verision()),
24
],
25
exported_deps = [
0 commit comments