Fix an error in the comment for mx.dequantize (#2409)

This commit is contained in:
Fangjun Kuang
2025-07-23 21:10:50 +08:00
committed by GitHub
parent d107d8d495
commit 28d068bce6

View File

@@ -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