Skip to content
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

Fix slow model downloads by changing download source #25

Merged
merged 1 commit into from
Jan 1, 2024

Conversation

robertknight
Copy link
Owner

Fix slow model downloads by moving models to a different bucket which has S3 Transfer Acceleration enabled. I couldn't enable this for the original bucket because AWS doesn't support S3TA for buckets with a period in their name.

With the original URL I was able to reproduce sporadic slow downloads when downloading with ureq, reqwest and curl.

Fixes #22

Fix slow model downloads by moving models to a different bucket which has S3
Transfer Acceleration enabled. I couldn't enable this for the original bucket
because AWS doesn't support S3TA for buckets with a period in their name.

With the original URL I was able to reproduce sporadic slow downloads when
downloading with ureq, reqwest and curl.

Fixes #22
@robertknight robertknight merged commit 6fc10d1 into main Jan 1, 2024
1 check passed
@robertknight robertknight deleted the slow-model-download-investigation branch January 1, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OCR model downloads are sometimes really slow
1 participant