Could not locate the jinaai/jina-clip-implementation--configuration_clip.py inside jinaai/jina-clip-v1.
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!
My bad! @tomaarsen thank you! The problem was in the Cloud notebook
My bad, thank you! All is right!
I had the same trouble, what did you do to fix it? Thanks!
Hmm, yes, this file is located in https://huggingface.co/jinaai/jina-clip-implementation instead.
how to fix this problem.??