We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ecaba1 commit f36885bCopy full SHA for f36885b
intermediate_source/ddp_tutorial.rst
@@ -81,8 +81,9 @@ be found in
81
82
def setup(rank, world_size):
83
if sys.platform == 'win32':
84
- # Distributed package only covers collective communications with Gloo backend and FileStore
85
- # on Windows platform. Set init_method parameter in init_process_group to a local file.
+ # Distributed package only covers collective communications with Gloo
+ # backend and FileStore on Windows platform. Set init_method parameter
86
+ # in init_process_group to a local file.
87
# Example init_method="file:///f:/libtmp/some_file"
88
init_method="file:///{your local file path}"
89
0 commit comments