jina-ai / clip-as-service

🏄 Scalable embedding, reasoning, ranking for images and sentences with CLIP
https://clip-as-service.jina.ai
Other
12.41k stars 2.07k forks source link

download links for visual and textual are expired #931

Open pasa13142 opened 1 year ago

pasa13142 commented 1 year ago

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?

ghunkins commented 1 year ago

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

ghunkins commented 1 year ago

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

ghunkins commented 1 year ago

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

Core447 commented 1 year ago

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

shdwlkr commented 1 year ago

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

lyj-cooyun commented 1 year ago

Same issue for me.

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 ... RuntimeError: Failed to download https://clip-as-service.s3.us-east-2.amazonaws.com/models-436c69702d61732d53657276696365/onnx/ViT-B-32/visual.onnx within retry limit 3 ...

apprisix commented 11 months ago

Having the same issue:

Failed to download https://clip-as-service.s3.us-east-2.amazonaws.com/models-436c69702d61732d53657276696365/onnx/ViT-H-14-laion2b-s32b-b79k/textual.onnx with <HTTPError 403: 'Forbidden'> at the 0th attempt Failed to download https://clip-as-service.s3.us-east-2.amazonaws.com/models-436c69702d61732d53657276696365/onnx/ViT-H-14-laion2b-s32b-b79k/textual.onnx with <HTTPError 403: 'Forbidden'> at the 1th attempt Failed to download https://clip-as-service.s3.us-east-2.amazonaws.com/models-436c69702d61732d53657276696365/onnx/ViT-H-14-laion2b-s32b-b79k/textual.onnx with <HTTPError 403: 'Forbidden'> at the 2th attempt

aviv926 commented 11 months ago

Same issue

aviv926 commented 11 months ago

Fixed. Now all links works!