[Docs] Simple example of using MLX distributed (#2973)

Co-authored-by: Awni Hannun <[email protected]>
This commit is contained in:
stef
2026-01-28 17:14:56 -08:00
committed by GitHub
co-authored by Awni Hannun
parent 12e386f308
commit c86a9bced1
13 changed files with 387 additions and 85 deletions
+2 -3
View File
@@ -295,9 +295,8 @@ class QQLinear(Module):
Compared to the :class:`mlx.nn.QuantizedLinear` layer, this layer
quantizes the input as well and includes weights in gradient computations.
:obj:`QQLinear` also provides:
- the class method :meth:`from_linear` to convert :class:`mlx.nn.Linear`
layers to :obj:`QQLinear` layers.
:obj:`QQLinear` also provides the class method :meth:`from_linear` to
convert :class:`mlx.nn.Linear` layers to :obj:`QQLinear` layers.
Note: This layer does not support a bias term yet.