hi,
i’m trying to use instruct blip but it seems the processor and models are missing… anyone had this issue?
transformers==4.30.0
python==3.8
cuda==11.8
on ubuntu
thanks a bunch.
hi,
i’m trying to use instruct blip but it seems the processor and models are missing… anyone had this issue?
transformers==4.30.0
python==3.8
cuda==11.8
on ubuntu
thanks a bunch.
pip install git+https://github.com/huggingface/transformers
from Can't import Blip2Processor · Issue #22010 · huggingface/transformers · GitHub solved the issue on my side