]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
llava : update MobileVLM-README.md (#6180)
authorZiang Wu <redacted>
Wed, 20 Mar 2024 15:29:51 +0000 (23:29 +0800)
committerGitHub <redacted>
Wed, 20 Mar 2024 15:29:51 +0000 (17:29 +0200)
examples/llava/MobileVLM-README.md

index c1f361d1704f472f94ccefded2baf4b182860bab..4d5fef020f4068fb0abed7c8fa6b5efe09f1fda7 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 **MobilVLM** and **MobilVLM_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 MobiVLM as an example, the different conversion step will be shown.
 
 ## Usage
 Build with cmake or run `make llava-cli` to build it.