mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-29 04:35:36 +08:00
typo
This commit is contained in:
parent
2e255c8eb4
commit
389276e2b8
@ -30,10 +30,6 @@ void init_distributed(nb::module_& parent_module) {
|
|||||||
.def(
|
.def(
|
||||||
"rank", &mx::distributed::Group::rank, "Get the rank of this process")
|
"rank", &mx::distributed::Group::rank, "Get the rank of this process")
|
||||||
.def("size", &mx::distributed::Group::size, "Get the size of the group")
|
.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(
|
.def(
|
||||||
"split",
|
"split",
|
||||||
&mx::distributed::Group::split,
|
&mx::distributed::Group::split,
|
||||||
|
Loading…
Reference in New Issue
Block a user