MiniCPM icon indicating copy to clipboard operation
MiniCPM copied to clipboard

Error convert miniCPM-V hf to vllm

Open pribadihcr opened this issue 1 year ago • 1 comments

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

pribadihcr avatar Feb 07 '24 05:02 pribadihcr

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

zkh2016 avatar Feb 07 '24 10:02 zkh2016