Meituan-AutoML / MobileVLM

Strong and Open Vision Language Assistant for Mobile Devices
Apache License 2.0
969 stars 65 forks source link

inference #55

Open Arbor334 opened 1 month ago

Arbor334 commented 1 month ago

Hello, when I run inference, I have the following problem. model is MobileVLM_V2-3B 1

2

crazyegg111 commented 1 month ago

我遇到了相同的问题,感觉是模型地址没搞对,但是不知道怎么解决

huyiming2018 commented 1 month ago

Taking "mobilevlm-v2-3b" as an example, first you need to download the model's weights from Hugging Face, and then change the model_path to the path where the downloaded weights are stored.