diff --git a/python/src/ops.cpp b/python/src/ops.cpp index a2f2831f2..92e7ede7d 100644 --- a/python/src/ops.cpp +++ b/python/src/ops.cpp @@ -4206,7 +4206,7 @@ void init_ops(nb::module_& m) { nb::arg(), nb::arg(), "scales"_a, - "biases"_a, + "biases"_a = nb::none(), "lhs_indices"_a = nb::none(), "rhs_indices"_a = nb::none(), "transpose"_a = true,