Vision encoder mobilenetv5_300m_enc is not uploaded to transformers?

#8
by totoro74 - opened

when I try to run the model on colab it gives me this error
RuntimeError: Unknown model (mobilenetv5_300m_enc) even after following the exact usage instructions. but when I run the same model on Kaggle with its usage instructions it is working perfectly.

timm>=1.0.16 is required,
pip install timm>=1.0.16 fixes the problem for me

Sign up or log in to comment