mirror of
https://github.com/ml-explore/mlx.git
synced 2025-07-18 23:21:16 +08:00
fix typo (#1215)
This commit is contained in:
parent
95d11bda06
commit
4eef1e8a3e
@ -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(),
|
||||||
|
Loading…
Reference in New Issue
Block a user