mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Import jax.experimental.compilation_cache.compilation_cache by default.
This is to fix users who were relying on this module being imported as part of 'import jax'. PiperOrigin-RevId: 525151996
This commit is contained in:
parent
6ca249da78
commit
a377caec3a
@ -181,7 +181,7 @@ from jax import util as util
|
||||
# Also circular dependency.
|
||||
from jax._src.array import Shard as Shard
|
||||
|
||||
import jax.experimental.compilation_cache as _ccache
|
||||
import jax.experimental.compilation_cache.compilation_cache as _ccache
|
||||
del _ccache
|
||||
|
||||
_deprecations = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user