Could not locate the jinaai/jina-clip-implementation--configuration_clip.py inside jinaai/jina-clip-v1.

#15
by SergeShirokov - opened

Hi! I'm trying to download the model, but I get a mistake: "Could not locate the jinaai/jina-clip-implementation--configuration_clip.py inside jinaai/jina-clip-v1."

The same error I get using git clone.
Thank you!

Hmm, yes, this file is located in https://huggingface.co/jinaai/jina-clip-implementation instead.

How I can download the model?
Using example from the model card?
I use this code in python:

model = AutoModel.from_pretrained('jinaai/jina-clip-v1', trust_remote_code=True)

My bad, thank you! All is right!

SergeShirokov changed discussion status to closed

My bad! @tomaarsen thank you! The problem was in the Cloud notebook

Sign up or log in to comment