Skip to content

Commit a366662

Browse files
update JAX StS path (#526)
1 parent 4c355c3 commit a366662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dags/common/vm_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ class DockerImage(enum.Enum):
300300
f"{datetime.datetime.today().strftime('%Y-%m-%d')}"
301301
)
302302
MAXTEXT_TPU_JAX_STABLE_STACK = (
303-
"gcr.io/tpu-prod-env-multipod/maxtext_jax_stable_stack_0.4.35:"
303+
"gcr.io/tpu-prod-env-multipod/maxtext_jax_stable_stack:"
304304
f"{datetime.datetime.today().strftime('%Y-%m-%d')}"
305305
)
306306
MAXTEXT_TPU_STABLE_STACK_NIGHTLY_JAX = (

0 commit comments

Comments
 (0)