Skip to content

Commit 14ff47f

Browse files
Chao1Hanpytorchmergebot
authored andcommitted
update
1 parent 7b9e09b commit 14ff47f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

torch/csrc/distributed/c10d/init.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3526,14 +3526,13 @@ Example::
35263526

35273527
auto options = ::c10d::ProcessGroupXCCL::Options::create();
35283528
options->is_high_priority_stream = false;
3529-
options->timeout = timeout;
35303529
return c10::make_intrusive<::c10d::ProcessGroupXCCL>(
35313530
store, rank, size, options);
35323531
}),
35333532
py::arg("store"),
35343533
py::arg("rank"),
35353534
py::arg("size"),
3536-
R"(Create a new ProcessGroupNCCL instance.)")
3535+
R"(Create a new ProcessGroupXCCL instance.)")
35373536
.def_property_readonly(
35383537
"options",
35393538
&::c10d::ProcessGroupXCCL::getOptions,

0 commit comments

Comments
 (0)