GPUs, per-call resource requests, and which optimizations the runtime applies on your behalf, plus how to confirm work actually reached the GPU.
0 of 4 checked(not saved, download a copy to keep)
Download markdown.options(num_gpus=...), not on the function definition. Mixed pipelines should request GPUs only where needed.Work through the usual causes when a distributed run is slower than expected.
Verify a workload is worth distributing before you spend cluster time on it.
Keep compute spend predictable without giving up throughput: what to check weekly, how to stop paying for idle clusters, and where to right-size.