Skip to content

Commit

Permalink
fix qnn install link (#3260) (#3271)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
cccclai authored Apr 24, 2024
1 parent da94594 commit 0dd6639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/models/llama2/export_llama_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,8 @@ def _export_llama(modelname, args) -> str: # noqa: C901
quantizers = []
except ImportError:
raise ImportError(
"Please install the Qualcomm backend follwing https://pytorch.org/executorch/main/build-run-qualcomm.html"
"Please install the Qualcomm backend follwing "
"https://pytorch.org/executorch/main/build-run-qualcomm-ai-engine-direct-backend.html"
)

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

0 comments on commit 0dd6639

Please sign in to comment.