Skip to content

Commit 042a09c

Browse files
Use jax nightly until new jax version releases (GoogleCloudPlatform#960)
1 parent d48a002 commit 042a09c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dags/sparsity_diffusion_devx/maxdiffusion_tpu_e2e.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
f"output_dir={sdxl_base_output_dir}",
112112
),
113113
test_name=sdxl_run_name_prefix,
114-
docker_image=DockerImage.MAXDIFFUSION_TPU_JAX_STABLE_STACK.value,
114+
docker_image=DockerImage.MAXDIFFUSION_TPU_STABLE_STACK_NIGHTLY_JAX.value,
115115
test_owner=test_owner.PARAM_B,
116116
tensorboard_summary_config=sdxl_tensorboard_summary_config,
117117
).run_with_name_gen_and_quarantine(
@@ -133,7 +133,7 @@
133133
f"LOSS_THRESHOLD=100",
134134
),
135135
test_name=sdxl_nan_run_name_prefix,
136-
docker_image=DockerImage.MAXDIFFUSION_TPU_JAX_STABLE_STACK.value,
136+
docker_image=DockerImage.MAXDIFFUSION_TPU_STABLE_STACK_NIGHTLY_JAX.value,
137137
test_owner=test_owner.PARAM_B,
138138
tensorboard_summary_config=sdxl_nan_tensorboard_summary_config,
139139
).run_with_name_gen_and_quarantine(

0 commit comments

Comments
 (0)