hello,
there is any way to run pytorch distributed on windows?
i see at pytorch main page that there is version for windows but when i tried to used it,
i get that torch.distributed.is_available() is False
Thanks!
hello,
there is any way to run pytorch distributed on windows?
i see at pytorch main page that there is version for windows but when i tried to used it,
i get that torch.distributed.is_available() is False
Thanks!
i tried to use windows 7 with torch 1.3.1 and 1.5
Currently, torch.distributed
does not support Windows yet. Just created a poll/issue to track how many people would need this feature: https://github.com/pytorch/pytorch/issues/37068