From e9534ea665de092b4198ad5e496ecb9a64066e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Yusuf=20Sar=C4=B1g=C3=B6z?= Date: Thu, 12 Oct 2023 15:03:25 +0300 Subject: [PATCH] fix typo --- examples/llava/llava.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }