From 20f09f2fa8ebaf09e82aec3ed2b50782a1538188 Mon Sep 17 00:00:00 2001 From: Zhenqing Hu Date: Mon, 30 Sep 2024 18:26:49 -0400 Subject: [PATCH] Fixed typos. Signed-off-by: Zhenqing Hu --- README.md | 2 +- src/backends/qnn/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b14721b..13ca6c1d 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Build the target with QNN backend. ```bash cd ../script -./build_qnn_anroid.sh +./build_qnn_android.sh ``` Download the model from [here](https://huggingface.co/mllmTeam/qwen-1.5-1.8b-chat-mllm/blob/main/), or using the following instructions diff --git a/src/backends/qnn/README.md b/src/backends/qnn/README.md index d51fcf3c..07d4e0e5 100644 --- a/src/backends/qnn/README.md +++ b/src/backends/qnn/README.md @@ -35,7 +35,7 @@ Build the target with QNN backend. ```bash cd ../script -./build_qnn_anroid.sh +./build_qnn_android.sh ``` Download the model from [here](https://huggingface.co/mllmTeam/qwen-1.5-1.8b-chat-mllm/blob/main/), or using the following instructions