Skip to content

Commit

Permalink
Merge pull request #3503 from google:nnx-fix-why
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 584894048
  • Loading branch information
Flax Authors committed Nov 23, 2023
2 parents 70214f4 + 4308746 commit 97b6167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flax/experimental/nnx/docs/why.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"source": [
"from functools import partial\n",
"import jax\n",
"from jax import random, numpy as jnp"
"from jax import random, numpy as jnp\n",
"from flax.experimental import nnx"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions flax/experimental/nnx/docs/why.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ We'd love to hear from any of our users about their thoughts on these ideas.
from functools import partial
import jax
from jax import random, numpy as jnp
from flax.experimental import nnx
```

### NNX is Pythonic
Expand Down

0 comments on commit 97b6167

Please sign in to comment.