mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-25 01:41:17 +08:00
Fix build (#1693)
This commit is contained in:
parent
4e1e9520e1
commit
3a21f61772
@ -105,7 +105,7 @@ void init_ops(nb::module_& m) {
|
||||
)pbdoc");
|
||||
m.def(
|
||||
"unflatten",
|
||||
&unflatten,
|
||||
&mx::unflatten,
|
||||
nb::arg(),
|
||||
"axis"_a,
|
||||
"shape"_a,
|
||||
|
Loading…
Reference in New Issue
Block a user