Skip to content

Commit e9d7868

Browse files
cccclaifacebook-github-bot
authored andcommitted
fix qnn install link (pytorch#3260)
Summary: Pull Request resolved: pytorch#3260 As title, the link was wrong... Reviewed By: kirklandsign Differential Revision: D56498322 fbshipit-source-id: 42708b5f7a634f1c01e05af4c897d0c6da54d724
1 parent 9c99fe1 commit e9d7868

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)