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 ad01a60 commit 62c6346Copy full SHA for 62c6346
examples/qualcomm/oss_scripts/llama3_2/TARGETS
@@ -30,6 +30,8 @@ runtime.command_alias(
30
name = "llama_qnn",
31
env = {
32
"LD_LIBRARY_PATH": "$(location fbsource//third-party/qualcomm/qnn/qnn-{0}:qnn_offline_compile_libs)".format(get_qnn_library_verision()),
33
+ # Place holder to pass the QNN_SDK_ROOT check in executorch/examples/qualcomm/utils.py
34
+ "QNN_SDK_ROOT": "",
35
},
36
exe = ":llama",
37
)
0 commit comments