Skip to content

Commit

Permalink
Updated jax.config import
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574896273
  • Loading branch information
superbobry authored and The jax_triton Authors committed Oct 19, 2023
1 parent f41e408 commit 1aafa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/triton_call_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
from absl.testing import absltest
from absl.testing import parameterized
import jax
from jax import config
from jax import random
from jax.config import config
import jax.numpy as jnp
import jax_triton as jt
import numpy as np
Expand Down

0 comments on commit 1aafa91

Please sign in to comment.