29Roll out a driver and firmware upgrade across a live 2,048-GPU fleet without losing a training run.▼hardNewMetaCoreWeaveMicrosoft4 replies◆ premiumA fleet-wide version change is the most likely cause of the next unexplained performance regression, so the rollout is designed to make that attributable. Cohorts, a canary that measures rather than boots, and the rollback that has to be real before the first node is touched.Open full answer →
19You have one week to get a newly released trillion-parameter model serving production traffic. Plan it.▼hardNewTogether AIFireworks AIBaseten4 replies○ sign inTwo steps consume most of the week and neither is the one people plan for. The gate that can end the project on day one, the multi-hour download, the correctness check almost nobody runs, and the canary that has to see real traffic before Friday.Open full answer →
23The model authors publish a new revision. How do you roll it out without a quality regression?▼mediumNewBasetenTogether AIModal4 replies◆ premiumA model update is a deploy whose failures are invisible to every deployment metric. What has to be re-validated even for a point release, the canary that watches output shape rather than error rate, and the fingerprint that makes a customer report investigable.Open full answer →
29Upgrade the GPU driver across 2,000 live nodes without breaking running jobs. Walk me through the plan and what can go wrong.▼hardNewCoreWeaveLambda4 replies◆ premiumA driver upgrade touches every layer at once: kernel module, CUDA runtime, container toolkit, NCCL, fabric driver, and every job's image. The compatibility matrix that decides whether a job can run on the new node, the canary that proves it, the wave arithmetic for 2,000 nodes, and the rehearsed rollback.Open full answer →
18Error rate on an inference fleet tripled ten minutes after a deploy. What do you do first, and what should have caught it?▼mediumNewBasetenOpenAI4 replies○ sign inRoll back first and investigate afterward, because the error budget is being consumed while you read logs. The rollback decision rule that removes the argument, the four causes specific to model serving, and the canary design that would have caught it at one percent of the traffic.Open full answer →