Skip to content

Commit d2f7baf

Browse files
author
maxtext authors
committed
Merge pull request #1442 from AI-Hypercomputer:wang2yn84-patch-4
PiperOrigin-RevId: 743763850
2 parents 9de3197 + 8abf6c4 commit d2f7baf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MaxText/train.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,6 @@ def train_loop(config, state=None):
948948
def main(argv: Sequence[str]) -> None:
949949
pathwaysutils.initialize()
950950
jax.config.update("jax_default_prng_impl", "unsafe_rbg")
951-
jax.config.update("jax_enable_compilation_cache", os.environ.get("JAX_ENABLE_COMPILATION_CACHE", True))
952951
# TF allocates extraneous GPU memory when using TFDS data
953952
# this leads to CUDA OOMs. WAR for now is to hide GPUs from TF
954953
tf.config.set_visible_devices([], "GPU")

0 commit comments

Comments
 (0)