checkpoint you are trying to load has model type `smolvlm` but Transformers does not recognize this
#7
by
JLouisBiz
- opened
ValueError: The checkpoint you are trying to load has model type smolvlm
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.
How do I solve this? Do you have a working script?
You need to install transformers from main, or from this stable branch:
pip install git+https://github.com/huggingface/[email protected]