Skip to content

Commit 8041668

Browse files
cccclaifacebook-github-bot
authored andcommitted
fix qnn install link (#3260)
Summary: As title, the link was wrong... Differential Revision: D56498322
1 parent b6e54d0 commit 8041668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama2/lib/partitioner_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def get_qnn_partitioner(args, quant_dtype):
108108
)
109109
except ImportError:
110110
raise ImportError(
111-
"Please install the Qualcomm backend follwing https://pytorch.org/executorch/main/build-run-qualcomm.html"
111+
"Please install the Qualcomm backend follwing https://pytorch.org/executorch/main/build-run-qualcomm-ai-engine-direct-backend.html"
112112
)
113113

114114
use_fp16 = True

0 commit comments

Comments
 (0)