pytorch-image-models icon indicating copy to clipboard operation
pytorch-image-models copied to clipboard

Add backend arg

Open Delaunay opened this issue 1 year ago • 2 comments

Intel Gaudi & GPU Max come with their own dist backend (hccl, ccl respectively). This patch enable those GPUs to be used in parallel to speed up training

Delaunay avatar May 13 '24 17:05 Delaunay

@Delaunay thanks, should be there yeah, maybe default to None though so a device based default can be used if not explicitly set?

rwightman avatar May 13 '24 18:05 rwightman

I set the default to none

Delaunay avatar May 13 '24 21:05 Delaunay