Byron Hsu
05/09/2023, 5:20 AMDan Rammer (hamersaw)
05/09/2023, 3:18 PMKetan (kumare3)
Byron Hsu
05/10/2023, 4:32 AMruns without needing an operator and does not need a CRD to be created.this makes sense
Ketan (kumare3)
Byron Hsu
05/10/2023, 6:45 AMFabio Grätz
05/10/2023, 7:35 AMtorch.distributed.init_process_group()
requires some env vars to be set (world size, rank, …). If we use a single container task we need to overwrite execute
and set these before calling super().execute
?