-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
download links for visual and textual are expired #931
Comments
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 |
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 for me. RuntimeError: Failed to download |
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 |
Same issue |
Fixed. |
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?
The text was updated successfully, but these errors were encountered: