Update MobileVLM-README.md

This commit is contained in:
Ziang Wu 2024-03-19 12:13:34 +08:00 committed by GitHub
parent b1215c6d2a
commit df23000795
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ python ./examples/llava/convert-image-encoder-to-gguf \
python ./examples/llava/convert-image-encoder-to-gguf \
-m path/to/clip-vit-large-patch14-336 \
--llava-projector path/to/MobileVLM-1.7B_V2/llava.projector \
--output-dir path/to/MobileVLM-1.7B \
--output-dir path/to/MobileVLM-1.7B_V2 \
--projector-type ldpv2
```