From 28d068bce6678576f6fcd7308902d120a76769d3 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Wed, 23 Jul 2025 21:10:50 +0800 Subject: [PATCH] Fix an error in the comment for mx.dequantize (#2409) --- 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 9703bbd2d..178572813 100644 --- a/python/src/ops.cpp +++ b/python/src/ops.cpp @@ -4258,7 +4258,7 @@ void init_ops(nb::module_& m) { .. math:: - w_i = s \hat{w_i} - \beta + w_i = s \hat{w_i} + \beta Args: w (array): Matrix to be quantized