mirror of
https://github.com/ml-explore/mlx.git
synced 2025-10-20 01:18:12 +08:00
fix typo (#1215)
This commit is contained in:
@@ -3748,7 +3748,7 @@ void init_ops(nb::module_& m) {
|
|||||||
array: The dequantized version of ``w``
|
array: The dequantized version of ``w``
|
||||||
)pbdoc");
|
)pbdoc");
|
||||||
m.def(
|
m.def(
|
||||||
"gater_qmm",
|
"gather_qmm",
|
||||||
&gather_qmm,
|
&gather_qmm,
|
||||||
nb::arg(),
|
nb::arg(),
|
||||||
nb::arg(),
|
nb::arg(),
|
||||||
|
Reference in New Issue
Block a user