We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26acd7b commit fb46ce6Copy full SHA for fb46ce6
dags/common/vm_resource.py
@@ -367,9 +367,6 @@ class DockerImage(enum.Enum):
367
"gcr.io/tpu-prod-env-multipod/maxdiffusion_jax_stable_stack:"
368
f"{datetime.datetime.today().strftime('%Y-%m-%d')}"
369
)
370
- MAXDIFFUSION_GPU_JAX_STABLE = (
371
- "gcr.io/tpu-prod-env-multipod/maxdiffusion_jax_stable_gpu:latest"
372
- )
373
MAXDIFFUSION_TPU_STABLE_STACK_NIGHTLY_JAX = (
374
"gcr.io/tpu-prod-env-multipod/maxdiffusion_jax_stable_stack_nightly:"
375
dags/sparsity_diffusion_devx/maxdiffusion_gpu_e2e.py
0 commit comments