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