mirror of
https://github.com/ml-explore/mlx.git
synced 2025-07-28 13:11:26 +08:00
Fix an error in the comment for mx.dequantize (#2409)
This commit is contained in:
parent
d107d8d495
commit
28d068bce6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user