Closed JulioZhao97 closed 1 year ago
Hi, this is the correct checkpoint. Can you try downloading this again from here? I just tried downloading it myself, and I was able to load it successfully. Thanks.
Hi, this is the correct checkpoint. Can you try downloading this again from here? I just tried downloading it myself, and I was able to load it successfully. Thanks.
Thanks, the problem is solved. The reason why this error occur is that I use wget to download checkpoint which is easy but silly. Thanks for your patience.
Can I ask you another question? I keep getting another error:
I checked this and some say it is a conflict between torch==1.12 and transformers==4.28.0
But after I upgrade torch to 1.13, another strange error occurs from flash-attention:
So can I ask what is your environment? cuda/torch/transformers/ version? Thanks so much
Hi I use CUDA 11.7 and PyTorch 2.0. This is an environment that a user provides that works with PyTorch 1.13.1: https://github.com/haotian-liu/LLaVA/issues/102#issuecomment-1537465794.
Please note that the transformers version should be this.
I would recommend create a new environment and reinstall everything, which may be easier.
Hi I use CUDA 11.7 and PyTorch 2.0. This is an environment that a user provides that works with PyTorch 1.13.1: #102 (comment).
Please note that the transformers version should be this.
I would recommend create a new environment and reinstall everything, which may be easier.
Thanks! I try it now, is this transformer version correct?
yes it is correct.
yes it is correct.
Finally, I am able to perform finetune model using cuda==11.7 and torch==2.1.0, thansk for your patience Liu !
Question
Heloo, thanks on your great work!
I want to ask where is the
llava-13b-pretrain-no_im_start_end_token.bin
model? I go into this repo as you said, but foundLLaVA-13b-pretrain-projector-v0-CC3M-595K-original_caption-no_im_token.bin
.Then I finetune using following command:
It gives this error:
It seems that I load the wrong model, could you please provide
llava-13b-pretrain-no_im_start_end_token.bin
model?Thanks so much!