ValueError: The checkpoint you are trying to load has model type `smolvlm` but Transformers does not recognize this architecture.
#13
by
shaileshsarda
- opened
@shaileshsarda
make sure to install the latest transformers:
!pip install git+https://github.com/huggingface/[email protected]
thank you!
Thank You!