You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I met the same error when using BLIP model. I simply set line 1467 if getattr(self.config, "image_token_index", None) is not None:
TO if getattr(self.config, "image_token_index", None) is None:
in modeling_instructionblip.py of the transformers package (4.48.0).
And it somehow works :)
No description provided.
The text was updated successfully, but these errors were encountered: