Skip to content

Commit 0dd6639

Browse files
authored
fix qnn install link (#3260) (#3271)
Summary: Pull Request resolved: #3260 As title, the link was wrong... Reviewed By: kirklandsign Differential Revision: D56498322 fbshipit-source-id: 42708b5f7a634f1c01e05af4c897d0c6da54d724 (cherry picked from commit e9d7868)
1 parent da94594 commit 0dd6639

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/models/llama2/export_llama_lib.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,8 @@ def _export_llama(modelname, args) -> str: # noqa: C901
662662
quantizers = []
663663
except ImportError:
664664
raise ImportError(
665-
"Please install the Qualcomm backend follwing https://pytorch.org/executorch/main/build-run-qualcomm.html"
665+
"Please install the Qualcomm backend follwing "
666+
"https://pytorch.org/executorch/main/build-run-qualcomm-ai-engine-direct-backend.html"
666667
)
667668

668669
backend, quant_config = args.pt2e_quantize.split("_")

0 commit comments

Comments
 (0)