This commit is contained in:
Goekdeniz-Guelmez 2025-06-16 22:45:09 +02:00
parent 3713832e5e
commit a315af8981
2 changed files with 5 additions and 5 deletions

View File

@ -6,6 +6,7 @@ from mlx.nn.layers.activations import (
GELU,
GLU,
SELU,
ClippedSiLU,
HardShrink,
Hardswish,
HardTanh,
@ -18,7 +19,6 @@ from mlx.nn.layers.activations import (
ReLU6,
Sigmoid,
SiLU,
ClippedSiLU,
Softmax,
Softmin,
Softplus,
@ -27,6 +27,7 @@ from mlx.nn.layers.activations import (
Step,
Tanh,
celu,
clipped_silu,
elu,
gelu,
gelu_approx,
@ -45,7 +46,6 @@ from mlx.nn.layers.activations import (
selu,
sigmoid,
silu,
clipped_silu,
softmax,
softmin,
softplus,