]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
doc: fix typo in MobileVLM-README.md (#6181)
authorZiang Wu <redacted>
Thu, 28 Mar 2024 04:03:30 +0000 (12:03 +0800)
committerGitHub <redacted>
Thu, 28 Mar 2024 04:03:30 +0000 (13:03 +0900)
examples/llava/MobileVLM-README.md

index b3b66331fd9dfc3019f064cea95106275effedf4..1fc83247a56c11621ffece41c92c21478fb37332 100644 (file)
@@ -6,7 +6,7 @@ for more information, please go to [Meituan-AutoML/MobileVLM](https://github.com
 
 The implementation is based on llava, and is compatible with llava and mobileVLM. The usage is basically same as llava.
 
-Notice: The overall process of model inference for both **MobileVLM** and **MobileVLM_V2** models is the same, but the process of model conversion  is a little different. Therefore, using MobiVLM as an example, the different conversion step will be shown.
+Notice: The overall process of model inference for both **MobileVLM** and **MobileVLM_V2** models is the same, but the process of model conversion  is a little different. Therefore, using MobileVLM as an example, the different conversion step will be shown.
 
 ## Usage
 Build with cmake or run `make llava-cli` to build it.