Skip to content

Commit

Permalink
Updating Image tags (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
parambole authored Jan 10, 2025
1 parent fbb96bf commit 23bc11b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags/common/vm_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class DockerImage(enum.Enum):
f"xla:nightly_3.10_tpuvm_{datetime.datetime.today().strftime('%Y%m%d')}"
)
AXLEARN_TPU_JAX_STABLE_STACK = (
"us-docker.pkg.dev/tpu-prod-env-multipod/bite/tpu/jax0.4.35-rev1:"
"us-docker.pkg.dev/tpu-prod-env-multipod/bite/tpu/axlearn:"
f"{datetime.datetime.today().strftime('%Y-%m-%d')}"
)
AXLEARN_GPU_JAX_NIGHTLY = (
Expand All @@ -313,7 +313,7 @@ class DockerImage(enum.Enum):
f"{datetime.datetime.today().strftime('%Y-%m-%d')}"
)
MAXDIFFUSION_TPU_JAX_STABLE_STACK = (
"gcr.io/tpu-prod-env-multipod/maxdiffusion_jax_stable_stack_0.4.35:"
"gcr.io/tpu-prod-env-multipod/maxdiffusion_jax_stable_stack:"
f"{datetime.datetime.today().strftime('%Y-%m-%d')}"
)
MAXDIFFUSION_TPU_JAX_NIGHTLY = (
Expand Down

0 comments on commit 23bc11b

Please sign in to comment.