Skip to content

Commit

Permalink
use flax.experimental.nnx path
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightcrab authored Jul 18, 2024
1 parent 51f134d commit ce5f797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy/functional/backends/jax/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import annotations
import re
import jax
from flax import nnx as nn
from flax.experimental import nnx as nn
import jax.tree_util as tree
import jax.numpy as jnp
import functools
Expand Down

0 comments on commit ce5f797

Please sign in to comment.