Image-Text-to-Text
Transformers
Safetensors
English
idefics2
pretraining
multimodal
vision
Inference Endpoints
5 papers

ValueError: The checkpoint you are trying to load has model type `idefics2

#9
by karambos - opened

ValueError: The checkpoint you are trying to load has model type idefics2 but Transformers does not recognize this architecture. This could be because of an issue with the checkpoint, or because your version of Transformers is out of date.
transformer==4.39.3

just Install the Transformer through source it should work

pip install git+https://github.com/huggingface/transformers

VictorSanh changed discussion status to closed

Sign up or log in to comment