From 9cb6df5960834afb36901284cbb2ec3432981021 Mon Sep 17 00:00:00 2001 From: Goekdeniz-Guelmez Date: Mon, 16 Jun 2025 22:36:35 +0200 Subject: [PATCH] adding to __init__.py --- python/mlx/nn/layers/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/mlx/nn/layers/__init__.py b/python/mlx/nn/layers/__init__.py index 26f77917fc..205a755fa6 100644 --- a/python/mlx/nn/layers/__init__.py +++ b/python/mlx/nn/layers/__init__.py @@ -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,