Skip to content

Commit eb47de0

Browse files
committed
ggml-qnn: benchmark of real LLM inference on a Snapdragon 8 Gen3 phone
1 parent d80b289 commit eb47de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-run-android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function run_llamacli()
141141

142142
adb shell "cd ${REMOTE_PATH} \
143143
&& export LD_LIBRARY_PATH=${REMOTE_PATH} \
144-
&& ${REMOTE_PATH}/llama-cli -mg ${qnnbackend} -m ${GGUF_MODEL_NAME} -p \"introduce the movie Once Upon a Time in America briefly.\n\""
144+
&& ${REMOTE_PATH}/llama-cli -mg ${qnnbackend} -no-cnv -m ${GGUF_MODEL_NAME} -p \"introduce the movie Once Upon a Time in America briefly.\n\""
145145

146146
}
147147

0 commit comments

Comments
 (0)