No module named 'transformers_modules.jinaai.xlm-roberta-flash-implementation.2b6bc3f30750b3a9648fe9b63448c09920efe9be.rotary'

#57
by PeppePasti - opened

When trying to use jinaai/jina-embeddings-v3 via sentence transformers it occurs this error during the loading of the model and it can be traced back to this model. How can i fix it?

You're probably hitting this because you've run without "trust_remote_code" once and then the huggingface caching code can't handle partial downloads. Try deleting the cached files and run again.

Sign up or log in to comment