Fix the optional in gather_qmm python binding

This commit is contained in:
Angelos Katharopoulos 2024-12-16 22:14:19 -08:00
parent 4847199ec6
commit 14420949d2

View File

@ -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,