Python 3.6.12 |Anaconda, Inc.| (default, Sep 8 2020, 17:50:39) [GCC Clang 10.0.0 ] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import torch >>> torch.__version__ '1.8.0a0+f1a8a82'
TcpStore
1 2 3 4 5 6 7
python test/distributed/test_c10d.py
Python 3.6.12 |Anaconda, Inc.| (default, Sep 8 2020, 17:50:39) [GCC Clang 10.0.0 ] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import torch.distributed as dist >>> server_store = dist.TCPStore("127.0.0.1", 18668, 1, True)