RuntimeError: no support for _allgather_base in Gloo process group
I am trying to run DINOv2 on WIndows. So far, I have been able to run it on windows by using “Gloo” backend for torch.distributed
and hasn’t faced any issues except the error mentioned in the title.