Neural network modules for MLX.
Provides common building blocks: Linear, Embedding, LayerNorm, and
RMSNorm. Each module stores its parameters as Tensor values and exposes
a forward() method.
Neural network modules for MLX.
Provides common building blocks: Linear, Embedding, LayerNorm, and
RMSNorm. Each module stores its parameters as Tensor values and exposes
a forward() method.