diff --git a/python/src/ops.cpp b/python/src/ops.cpp index 8bfe4e124..fb7baa2ec 100644 --- a/python/src/ops.cpp +++ b/python/src/ops.cpp @@ -3748,7 +3748,7 @@ void init_ops(nb::module_& m) { array: The dequantized version of ``w`` )pbdoc"); m.def( - "gater_qmm", + "gather_qmm", &gather_qmm, nb::arg(), nb::arg(),