OpenBMB / MiniCPM

MiniCPM3-4B: An edge-side LLM that surpasses GPT-3.5-Turbo.
Apache License 2.0
7.15k stars 458 forks source link

Error convert miniCPM-V hf to vllm #55

Closed pribadihcr closed 9 months ago

pribadihcr commented 9 months ago

Hi I triied to convert vllm

 python inference/convert_hf_to_vllmcpm.py --load ./cache/MiniCPM-V/ --save ./cache/MiniCPM-V-vllm

But got the following error:

FileNotFoundError: [Errno 2] No such file or directory: '.cache/MiniCPM-V/pytorch_model.bin'

Thanks

zkh2016 commented 9 months ago

Please confirm that you have downloaded the hf model to ./cache/MiniCPM-V/