Skip to content

Commit

Permalink
Updated jax.config import (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
junpenglao authored Nov 3, 2023
1 parent 9f71185 commit 668d6b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ plt.rcParams["axes.spines.top"] = False
:tags: [remove-output]
import jax
from jax.config import config
from jax import config
# x64 precision
config.update("jax_enable_x64", True)
Expand Down

0 comments on commit 668d6b5

Please sign in to comment.