Skip to content

Commit

Permalink
Updated jax.config import
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574896308
  • Loading branch information
superbobry authored and copybara-github committed Oct 19, 2023
1 parent ee3bf7a commit 557f43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hessian/test_run_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from init2winit.init_lib import initializers
from init2winit.model_lib import models
from init2winit.trainer_lib import trainer
from jax.config import config as jax_config
from jax import config as jax_config
from jax.flatten_util import ravel_pytree
import jax.numpy as jnp
import jax.random
Expand Down

0 comments on commit 557f43e

Please sign in to comment.