Skip to content

Commit 7ce85d3

Browse files
committed
project: sync with upstream
1 parent 97d22f7 commit 7ce85d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/build-run-android.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ REMOTE_PATH=/data/local/tmp/
2121
#for llama-cli, 20.4 MiB in models/t5-very-small-random-F32.gguf
2222
TEST_MODEL_NAME=/sdcard/t5-very-small-random-F32.gguf
2323

24-
#for llama-bench, 1.12 GiB, will be downloadded automatically from https://huggingface.co/Qwen/Qwen1.5-1.8B-Chat-GGUF/blob/main/qwen1_5-1_8b-chat-q4_0.gguf
24+
#for llama-bench, 1.12 GiB, will be downloadded automatically via this script from
25+
#https://huggingface.co/Qwen/Qwen1.5-1.8B-Chat-GGUF/blob/main/qwen1_5-1_8b-chat-q4_0.gguf
2526
GGUF_MODEL_NAME=/sdcard/qwen1_5-1_8b-chat-q4_0.gguf
2627

2728
#Android NDK can be found at:
@@ -39,6 +40,7 @@ QNN_SDK_VERSION=2.32.0.250228
3940
QNN_SDK_VERSION=2.33.0.250327
4041
QNN_SDK_VERSION=2.34.0.250424
4142
QNN_SDK_VERSION=2.35.0.250530
43+
#fully official QNN SDK, will be downloaded automatically via this script
4244
QNN_SDK_PATH=${PROJECT_ROOT_PATH}/prebuilts/QNN_SDK/qairt/2.34.0.250424/
4345
QNN_SDK_PATH=${PROJECT_ROOT_PATH}/prebuilts/QNN_SDK/qairt/2.35.0.250530/
4446

0 commit comments

Comments
 (0)