adding to __init__.py

This commit is contained in:
Goekdeniz-Guelmez 2025-06-16 22:36:35 +02:00
parent a426880baf
commit 9cb6df5960

View File

@ -18,6 +18,7 @@ from mlx.nn.layers.activations import (
ReLU6,
Sigmoid,
SiLU,
ClippedSiLU,
Softmax,
Softmin,
Softplus,
@ -44,6 +45,7 @@ from mlx.nn.layers.activations import (
selu,
sigmoid,
silu,
clipped_silu,
softmax,
softmin,
softplus,