mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-25 18:11:15 +08:00
Fix the optional in gather_qmm python binding
This commit is contained in:
parent
4847199ec6
commit
14420949d2
@ -4206,7 +4206,7 @@ void init_ops(nb::module_& m) {
|
|||||||
nb::arg(),
|
nb::arg(),
|
||||||
nb::arg(),
|
nb::arg(),
|
||||||
"scales"_a,
|
"scales"_a,
|
||||||
"biases"_a,
|
"biases"_a = nb::none(),
|
||||||
"lhs_indices"_a = nb::none(),
|
"lhs_indices"_a = nb::none(),
|
||||||
"rhs_indices"_a = nb::none(),
|
"rhs_indices"_a = nb::none(),
|
||||||
"transpose"_a = true,
|
"transpose"_a = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user