mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-29 06:29:09 +08:00
typo
This commit is contained in:
parent
2e255c8eb4
commit
389276e2b8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user