Can't use it - I always get an error

#1
by Mihaiii - opened

I tried this demo multiple times with an image + prompt. It acquires a GPU, but doesn't output a response. I tried it multiple times and I always get an error.

Then I decided to try it with a basic/simple prompt and without an image and I still got an error so my assumption is that there something wrong with the inference code:

image.png

Fwiw, I tried to run this on local with current latest transformers from github and I also got an error due to a commit from ~2 days ago.
So I then installed transformers at the commit this PR ( https://github.com/huggingface/transformers/pull/32318 ) was merged ( 19e6e80e10118f855137b90740936c0b11ac397f ) and all was ok.

Sign up or log in to comment