Skip to content

Commit

Permalink
Fix build (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
awni authored Dec 12, 2024
1 parent 4e1e952 commit 3a21f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void init_ops(nb::module_& m) {
)pbdoc");
m.def(
"unflatten",
&unflatten,
&mx::unflatten,
nb::arg(),
"axis"_a,
"shape"_a,
Expand Down

0 comments on commit 3a21f61

Please sign in to comment.