This commit is contained in:
Anastasiia Filippova 2025-08-07 14:16:34 +02:00
parent 2e255c8eb4
commit 389276e2b8

View File

@ -30,10 +30,6 @@ void init_distributed(nb::module_& parent_module) {
.def(
"rank", &mx::distributed::Group::rank, "Get the rank of this process")
.def("size", &mx::distributed::Group::size, "Get the size of the group")
.def(
"backend",
&mx::distributed::Group::backend,
"Get the backend used for communication")
.def(
"split",
&mx::distributed::Group::split,