dszpr
dszpr
> > > > hello, have you solved the probelm? I have encountered the same problem and hope you can share some suggestions. > > > > > > >...
Hi! @codezakh @YuanLiuuuuuu I noticed that in forward function in blip2_opt.py, only the questions in the VQA dateset are used. Both the text_input and the target lables are derived from...
Hi! @LiJunnan1992 I noticed that in forward function in blip2_opt.py, only the questions in the VQA dateset are used. Both the text_input and the target lables are derived from the...
My model_path is the OUTPUT_DIR of the fituned internvit6b_224to336_vicuna7b model. Does the error have something to do with the fituned model? It really confused me. Everything went right when finetuning.
The problem has been solved after updating transformers. Thanks.
Hi! After uninstall timm and 'python setup.py develop' the vision_encoder, I just can't find timm module: ModuleNotFoundError: No module named 'timm' I also tried to use 'pip install -e .'...
It might be the torch version issue. I met this error before and fixed it by downgrade torch==2.0.1
In my env, torch 2.0.1 and flash-attn 2.3.1.post1 are complied.