diff options
Diffstat (limited to 'examples/llava/android/adb_run.sh')
-rwxr-xr-x | examples/llava/android/adb_run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/llava/android/adb_run.sh b/examples/llava/android/adb_run.sh index f73623ae..45ccf8d7 100755 --- a/examples/llava/android/adb_run.sh +++ b/examples/llava/android/adb_run.sh @@ -10,7 +10,7 @@ prompt="A chat between a curious user and an artificial intelligence assistant. # prompt="A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. USER: <image>\nWhat is in the image? ASSISTANT:" program_dir="build_64/bin" -binName="llava-cli" +binName="llama-llava-cli" n_threads=4 |