Transformers does not recognize architecture?

#1
by sonia-rao - opened

Anyone have a fix for this? Using transformers==4.47.0.dev0 (installed from source) and running the example transfomers code included in the model card.

Error:
ValueError: The checkpoint you are trying to load has model type cambrian_llama 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.

I'm using the exact test code provided and made sure to install the most recent version of the transformers library. Anyone got a fix?

Sign up or log in to comment