jina-ai / clip-as-service

🏄 Scalable embedding, reasoning, ranking for images and sentences with CLIP

Home Page:https://clip-as-service.jina.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

download links for visual and textual are expired

pasa13142 opened this issue · comments

RuntimeError: Failed to download
https://clip-as-service.s3.us-east-2.amazonaws.com/models-436c69702d61732d53657276696365/onnx/ViT-B-32/textual.onnx within retry limit 3

This XML file does not appear to have any style information associated with it. The document tree is shown below.

AccessDenied
Access Denied
6NNZYGK1V9BRD7YY
YR3byxjUvjaY+sKSIRxEauB6DUe3mwxp58s0XHpNrY9NH5gjZmQpbeFlmf4m9ow6qCWNvKLAj2VhIj0vg97qqQ==

Will it be fixed?

Having the same issue. Looks like a policy issue on the bucket.

Example: https://clip-as-service.s3.us-east-2.amazonaws.com/models/torch/ViT-L-14.pt

This is affecting production services, would very much appreciate any response.

Downloading models and placing them directly in the cache directory works to bypass the download.

OpenAI models: https://github.com/openai/CLIP/blob/a1d071733d7111c9c014f024669f959182114e33/clip/clip.py#L30

Downloading models and placing them directly in the cache directory works to bypass the download.

OpenAI models: https://github.com/openai/CLIP/blob/a1d071733d7111c9c014f024669f959182114e33/clip/clip.py#L30

I downloaded all models but I cannot find the needed textual.onnx file in the models

I downloaded all models but I cannot find the needed textual.onnx file in the models

you can try to convert it to onnx with https://gist.github.com/patharanordev/cd68e942499b6c0f2c259667f07b223f

and I want to try download the onnx files from https://huggingface.co/Marqo/onnx-open_clip-ViT-L-14/tree/main

Same issue

Fixed.
Now all links works!