Earlier quoted context omitted.
yeah misunderstanding we'll update the post-- separately it's true that we aren't network specialists and the network wrangling was prob disproportionately hard for us/ shouldn't have taken so long.
I assume your actual training is being done somewhere else? Did you try getting colocation space in the same datacentre as somewhere with the compute - it would have reduced your internet costs even further.
Building the heap: racking 30 petabytes of hard drives for pretraining
161–170 of 281 posts
Re: Building the heap: racking 30 petabytes of hard drives for pretraining
#162Where does one get “90 million hours of video data”?
Re: Building the heap: racking 30 petabytes of hard drives for pretraining
#163The networking stuff seems....odd. 'Networking was a substantial cost and required experimentation. We did not use DHCP as most enterprise switches don’t support it and we wanted public IPs for the nodes for convenient and performant access from our servers. While this is an area where we would have saved time with a cloud solution, we had our networking up within days and kinks ironed out within ~3 weeks.' Where doe…
DHCP is really only worth it when your hosts are truly dynamic (i.e. not controlled by you). Otherwise it's a lot easier to handle IP allocation as part of the asset lifecycle process.
Heck even my house IoT network is all static IPs because at the small scale it's much more robust to not depend on my home router for address assignment - replacing a smart bulb is a big enough event, so DHCP is solely for bootstrapping in that case.
At the enterprise level unpacking a server and recording the asset IDs etc is the time to assign IP addresses.
Re: Building the heap: racking 30 petabytes of hard drives for pretraining
#164Cool write-up. I do feel sorry for the friends that go suckered into doing a bunch of grunt work for free though
I think everyone who showed up for a couple hours as part of the party had a good time tho, and the engraved hard drives we were giving out weren't cheap :p
Re: Building the heap: racking 30 petabytes of hard drives for pretraining
#165“Solve computer use” and previous work is audio conversation model. How do these go together? Is the idea to replace keyboard and mouse with spoken commands? a la Star Trek
Re: Building the heap: racking 30 petabytes of hard drives for pretraining
#166To adapt the old enterprise information infrastructure saying for startups:
"Nobody Ever Got Fired for Buying eBay"
Re: Building the heap: racking 30 petabytes of hard drives for pretraining
#167You could get pretty close to the cost 1$/TB/month using Hetzner's sx135 with 8x22TB so 140TB in raidz1 for 240 eur. Maybe you get a better rate if you rent 200 of them. Someone else takes care of a lot of risks and you can sleep well at night
I don't think Hetzner provides locations in SF. Those 100GBit connections don't do much if they need to connect outside the city the rest of the equipment is in, but maybe peering has gotten better and my views are outdated.
Re: Building the heap: racking 30 petabytes of hard drives for pretraining
#168Just wanted to say, thanks for doing this! Now the old rant... I started my career when on-prem was the norm and remember so much trouble. When you have long-lived hardware, eventually, no matter how hard you try, you just start to treat it as a pet and state naturally accumulates. Then, as the hardware starts to be not good enough, you need to upgrade. There's an internal team that presents the "commodity" interface…
Re: Building the heap: racking 30 petabytes of hard drives for pretraining
#169Re: Building the heap: racking 30 petabytes of hard drives for pretraining
#170The networking stuff seems....odd. 'Networking was a substantial cost and required experimentation. We did not use DHCP as most enterprise switches don’t support it and we wanted public IPs for the nodes for convenient and performant access from our servers. While this is an area where we would have saved time with a cloud solution, we had our networking up within days and kinks ironed out within ~3 weeks.' Where doe…
It gets set approximately once when the server's automated Ubuntu installation runs, and I never think about it.
> Where does the switch choice come into whether you DHCP?
Perhaps from home routers which include I've.
> Wth would you want public IPs.
Why wouldn't you? They have a firewall.