microsoft / LLaVA-Med

Large Language-and-Vision Assistant for Biomedicine, built towards multimodal GPT-4 level capabilities.
Other
1.29k stars 148 forks source link

Error no file named pytorch_model.bin, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory #45

Open narminGhaffari opened 5 months ago

narminGhaffari commented 5 months ago

When I try to run

python3 -m llava.model.apply_delta --base LLavaMed_Project/llama/Downloaded_Models/llama-7b-Converted --target LLavaMed_Project/LLaVA-Med/Downloaded_Models --delta LLavaMed_Project/LLaVA-Med/Downloaded_Models/llava_med_in_text_60k_ckpt2_delta

I receive an error like:

Error no file named pytorch_model.bin, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory LLavaMed_Project/LLaVA-Med/Downloaded_Models/llava_med_in_text_60k_ckpt2_delta.

I have downloade this model using:

wget https://hanoverprod.z21.web.core.windows.net/med_llava/models/llava_med_in_text_60k_ckpt2_delta.zip

This is how my delta folder looks like: image

Does anyone know the reason for this?

raalnajim commented 4 months ago

have you solved the problem?

jiangsongtao commented 3 months ago

have you soled this problem?I have met the same