We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80b289 commit eb47de0Copy full SHA for eb47de0
scripts/build-run-android.sh
@@ -141,7 +141,7 @@ function run_llamacli()
141
142
adb shell "cd ${REMOTE_PATH} \
143
&& 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\""
+ && ${REMOTE_PATH}/llama-cli -mg ${qnnbackend} -no-cnv -m ${GGUF_MODEL_NAME} -p \"introduce the movie Once Upon a Time in America briefly.\n\""
145
146
}
147
0 commit comments