Skip to content

Commit 65d78d2

Browse files
committed
update
1 parent 0891988 commit 65d78d2

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
@@ -3543,14 +3543,13 @@ Example::
35433543

35443544
auto options = ::c10d::ProcessGroupXCCL::Options::create();
35453545
options->is_high_priority_stream = false;
3546-
options->timeout = timeout;
35473546
return c10::make_intrusive<::c10d::ProcessGroupXCCL>(
35483547
store, rank, size, options);
35493548
}),
35503549
py::arg("store"),
35513550
py::arg("rank"),
35523551
py::arg("size"),
3553-
R"(Create a new ProcessGroupNCCL instance.)")
3552+
R"(Create a new ProcessGroupXCCL instance.)")
35543553
.def_property_readonly(
35553554
"options",
35563555
&::c10d::ProcessGroupXCCL::getOptions,

0 commit comments

Comments
 (0)