Closed pribadihcr closed 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
Please confirm that you have downloaded the hf model to ./cache/MiniCPM-V/
./cache/MiniCPM-V/
Hi I triied to convert vllm
But got the following error:
FileNotFoundError: [Errno 2] No such file or directory: '.cache/MiniCPM-V/pytorch_model.bin'
Thanks