Skip to content

Commit 62c6346

Browse files
authored
fix the qnn sdk env issue
Differential Revision: D67814838 Pull Request resolved: #7517
1 parent ad01a60 commit 62c6346

File tree

1 file changed

+2
-0
lines changed
  • examples/qualcomm/oss_scripts/llama3_2

1 file changed

+2
-0
lines changed

examples/qualcomm/oss_scripts/llama3_2/TARGETS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ runtime.command_alias(
3030
name = "llama_qnn",
3131
env = {
3232
"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": "",
3335
},
3436
exe = ":llama",
3537
)

0 commit comments

Comments
 (0)