What does "NOTE: Redirects are currently not supported in Windows or MacOs." mean in PyTorch?

I was running a distributed training and got:

❯ python -m torch.distributed.run --nproc_per_node=1 ~/ultimate-utils/tutorials_for_myself/my_l2l/dist_maml_l2l_from_seba.py


NOTE: Redirects are currently not supported in Windows or MacOs.

code: https://github.com/learnables/learn2learn/blob/master/examples/vision/distributed_maml.py

what does this mean?

1 Like

I guess you are using torch.distributed.elastic with the redirect argument as seen here, which isn’t supported on the mentioned platforms.