Skip to content

Commit e6278bf

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

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
@@ -145,7 +145,7 @@ To use this feature across multiple machines, please provide a file from a share
145145
# initialize the process group
146146
dist.init_process_group(
147147
"gloo",
148-
# multi-machien example:
148+
# multi-machine example:
149149
# init_method = "file://////{machine}/{share_folder}/file"
150150
init_method="file:///{your local file path}",
151151
rank=rank,

0 commit comments

Comments
 (0)