mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Fix the jax2tf failure in mypy: https://github.com/google/jax/actions/runs/5094063162/jobs/9157426652?pr=16155
PiperOrigin-RevId: 535692853
This commit is contained in:
parent
fe3fed3627
commit
d62bc0f795
@ -26,7 +26,7 @@ from jax.experimental.jax2tf import jax_export
|
||||
try:
|
||||
from jax.experimental.jax2tf import jax2tf # TODO: temporary
|
||||
except ImportError:
|
||||
jax2tf = None
|
||||
jax2tf = None # type: ignore
|
||||
|
||||
from jax._src import core
|
||||
from jax._src import test_util as jtu
|
||||
|
Loading…
x
Reference in New Issue
Block a user