Apple downloads ~45 TB of models per day from our S3 bucket
31–40 of 237 posts
Re: Apple downloads ~45 TB of models per day from our S3 bucket
#32I don't have high hopes for his business prospects if this is how he handles one of the richest companies in the world clearly having a high need for something his company offers. Maybe spend less time on Twitter and more on your business model?
They're basically bragging they have something Apple really wants. Now they have a bunch of people at least interested in what they got. I'll say that's not a bad PR.
IP address data is pretty sensitive information, and throwing it out there like this, even in aggregate, is not OK because of what it shows.
No matter how much PR this gets, this goes both ways.
Re: Apple downloads ~45 TB of models per day from our S3 bucket
#33Re: Apple downloads ~45 TB of models per day from our S3 bucket
#34What does hugging face do? Do they implement models from papers and make them available for free?
Re: Apple downloads ~45 TB of models per day from our S3 bucket
#35Re: Apple downloads ~45 TB of models per day from our S3 bucket
#36Earlier quoted context omitted.
Backblaze B2 + Cloudflare would be a perfect combination for hosting a static site. Unfortunately there's no way to map a Backblaze bucket to a domain, so even if you use cloudflare to point www.mydomain.com to it your files still show up at www.mydomain.com/path/to/bucket. But it certainly works if you need to CDN a bunch of large files.
You can use Cloudflare Workers to rewrite the path.
Page rules are free if you only need a few, though.
Re: Apple downloads ~45 TB of models per day from our S3 bucket
#37https://github.com/huggingface/pytorch-pretrained-BigGAN/blo...
When you look further down you find:
https://github.com/huggingface/pytorch-pretrained-BigGAN/blo...
And that's just a quick search for s3 in the repo. It would not surprise me in the least to discover a `from_pretrained` that points at one of the s3 resources being pulled. There's probably other stuff like that as well in the code that could be causing equally nasty heartache .. especially if non-persistent containers are involved....
(This is a WAG aka Wild A Guess)
EDIT: Dug a little more and found:
https://github.com/search?q=org%3Ahuggingface+s3&type=Code
Unless I'm mistaken here, there's a crap ton of code that could be downloading models at runtime ... Which seems significantly less than ideal ...
Re: Apple downloads ~45 TB of models per day from our S3 bucket
#38Earlier quoted context omitted.
They're basically bragging they have something Apple really wants. Now they have a bunch of people at least interested in what they got. I'll say that's not a bad PR.
Also a great way to throw out massive red flags to any enterprise user that cares about privacy and non-disclosure. IP address data is pretty sensitive information, and throwing it out there like this, even in aggregate, is not OK because of what it shows. No matter how much PR this gets, this goes both ways.
Re: Apple downloads ~45 TB of models per day from our S3 bucket
#39This looks kind of interesting: https://github.com/huggingface/pytorch-pretrained-BigGAN/blo... When you look further down you find: https://github.com/huggingface/pytorch-pretrained-BigGAN/blo... And that's just a quick search for s3 in the repo. It would not surprise me in the least to discover a `from_pretrained` that points at one of the s3 resources being pulled. There's probably other stuff like that as well in…
Re: Apple downloads ~45 TB of models per day from our S3 bucket
#40It's so damn convenient, and so nicely done.
And they keep doing neat things like this one: https://github.com/huggingface/swift-coreml-transformers
Kudos to Julien Chaumond et al for their work!