From 80416681ad5f8fb6fcaf12f8a5f8a55ed87f29b8 Mon Sep 17 00:00:00 2001 From: Chen Lai Date: Tue, 23 Apr 2024 16:42:05 -0700 Subject: [PATCH] fix qnn install link (#3260) Summary: As title, the link was wrong... Differential Revision: D56498322 --- examples/models/llama2/lib/partitioner_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/models/llama2/lib/partitioner_lib.py b/examples/models/llama2/lib/partitioner_lib.py index f7f8d34947a..1638a357576 100644 --- a/examples/models/llama2/lib/partitioner_lib.py +++ b/examples/models/llama2/lib/partitioner_lib.py @@ -108,7 +108,7 @@ def get_qnn_partitioner(args, quant_dtype): ) 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" ) use_fp16 = True