nmn 0.1.10__tar.gz → 0.1.11__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nmn
3
- Version: 0.1.10
3
+ Version: 0.1.11
4
4
  Summary: a neuron that matter
5
5
  Project-URL: Homepage, https://github.com/mlnomadpy/nmn
6
6
  Project-URL: Bug Tracker, https://github.com/mlnomadpy/my_package/issues
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "nmn"
7
- version = "0.1.10"
7
+ version = "0.1.11"
8
8
  authors = [
9
9
  { name="Taha Bouhsine", email="yat@mlnomads.com" },
10
10
  ]
@@ -6,7 +6,7 @@ import jax.numpy as jnp
6
6
  from jax import Array
7
7
 
8
8
 
9
- @partial(jax.jit, static_argnames=("n", "axis"))
9
+ @partial(jax.jit, static_argnames=("n", "axis", "epsilon"))
10
10
  def softermax(
11
11
  x: Array,
12
12
  n: float = 1.0,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes