Skip to content

Commit

Permalink
fix the qnn sdk env issue
Browse files Browse the repository at this point in the history
Differential Revision: D67814838

Pull Request resolved: #7517
  • Loading branch information
cccclai authored Jan 7, 2025
1 parent ad01a60 commit 62c6346
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/qualcomm/oss_scripts/llama3_2/TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ runtime.command_alias(
name = "llama_qnn",
env = {
"LD_LIBRARY_PATH": "$(location fbsource//third-party/qualcomm/qnn/qnn-{0}:qnn_offline_compile_libs)".format(get_qnn_library_verision()),
# Place holder to pass the QNN_SDK_ROOT check in executorch/examples/qualcomm/utils.py
"QNN_SDK_ROOT": "",
},
exe = ":llama",
)

0 comments on commit 62c6346

Please sign in to comment.