Issue with using model
#2
by
rahulbshrestha
- opened
I get this error message when trying to use the model:
ValueError: The checkpoint you are trying to load has model type dinov3_convnext
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.
My hugging face version is upto date, has the model not been registered yet or something?
I think you need to install the latest version from Git:
pip install git+https://github.com/huggingface/transformers.git