Import jax.experimental.compilation_cache by default

PiperOrigin-RevId: 525033643
This commit is contained in:
Peter Hawkins 2023-04-17 21:28:06 -07:00 committed by jax authors
parent 98b6fe4676
commit f8fe5d0542

View File

@ -181,6 +181,8 @@ from jax import util as util
# Also circular dependency.
from jax._src.array import Shard as Shard
import jax.experimental.compilation_cache as _ccache
del _ccache
_deprecations = {
# Added 28 March 2023