diff --git a/examples/llava/llava.cpp b/examples/llava/llava.cpp index ce6fd73ba..06617062a 100644 --- a/examples/llava/llava.cpp +++ b/examples/llava/llava.cpp @@ -8,7 +8,7 @@ #include "llama.h" static void show_additional_info(int argc, char ** argv) { - printf("\n example usage: %s -m --mproj --image [--temp 0.1] [-p \"describe the image in detail.\"]\n", argv[0]); + printf("\n example usage: %s -m --mmproj --image [--temp 0.1] [-p \"describe the image in detail.\"]\n", argv[0]); printf(" note: a lower temperature value like 0.1 is recommended for better quality.\n"); }