Skip to content

Commit 028c1ec

Browse files
authored
Update 2020-10-26-pytorch-1.7-released.md
1 parent aeee04b commit 028c1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-10-26-pytorch-1.7-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ To use this feature across multiple machines, please provide a file from a share
146146
dist.init_process_group(
147147
"gloo",
148148
# multi-machien example:
149-
# init_method = "file:///{machine}/{share_folder}/file"
149+
# init_method = "file://////{machine}/{share_folder}/file"
150150
init_method="file:///{your local file path}",
151151
rank=rank,
152152
world_size=world_size

0 commit comments

Comments
 (0)