From 4eef1e8a3e2a0fe7638c9d7a7983b15bb1716960 Mon Sep 17 00:00:00 2001 From: David Koski <46639364+davidkoski@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:36:35 -0700 Subject: [PATCH] fix typo (#1215) --- python/src/ops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),