Riccardo Ricci

Results 6 comments of Riccardo Ricci

Same here. I have a 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz. I tried to insert the prompt and click go, but after 15 minutes of nothing I decided to...

I have the same question.. It seems to me that the possible choice is that it allows the model to not penalize completely a caption that fits bot image a...

Follow up, still I don't know the origin of the issue.. Tried to do input_ids = torch.abs(input_ids) before generate in cli.py. Interesting fact: size of input embeddings (before line 90...

Just discovered that token -200 is the image token.. So, my guess is that it is a tokenization problem! Just look at the size of the input_embeds with the "correct...

No, the thing that makes me wonder is that I just cloned the repo, installed the packages and tried the cli inference. It should be straightforward, but it is not...

Just discovered that the gradio interface works fine if I do export CUDA_VISIBLE_DEVICES=0 when starting the model worker. Otherwise it completely freezes the workstation. Instead in cli.py, after doing export...