example code doesn't work

#1
by electroglyph - opened

i've tried latest release of transformers and main branch of transformers, both give this error:

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

You can update Transformers with the command `pip install --upgrade transformers`. If this does not work, and the checkpoint is very new, then there may not be a release version that supports this model yet. In this case, you can get the most up-to-date code by installing Transformers from source with the command `pip install git+https://github.com/huggingface/transformers.git`

is there a fork we're supposed to use?

yep its because of the custom code of the architecture,will try to fix today

Sign up or log in to comment