Skip to content

Commit 3605c55

Browse files
authored
fix path error (#1189)
1 parent 113939d commit 3605c55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dags/sparsity_diffusion_devx/jax_ai_image_candidate_tpu_e2e.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
f"pip install . && python src/maxdiffusion/train_sdxl.py src/maxdiffusion/configs/base_xl.yml "
107107
f"pretrained_model_name_or_path=gs://maxdiffusion-github-runner-test-assets/checkpoints/models--stabilityai--stable-diffusion-xl-base-1.0 "
108108
f"revision=refs/pr/95 activations_dtype=bfloat16 weights_dtype=bfloat16 "
109-
f"dataset_name=jfacevedo-maxdiffusion-v5p/pokemon-datasets/pokemon-gpt4-captions_sdxl resolution=1024 per_device_batch_size=1 "
109+
f"dataset_name=gs://jfacevedo-maxdiffusion-v5p/pokemon-datasets/pokemon-gpt4-captions_sdxl "
110+
f"resolution=1024 per_device_batch_size=1 "
110111
f"jax_cache_dir=gs://jfacevedo-maxdiffusion/cache_dir/ max_train_steps=20 attention=flash enable_profiler=True "
111112
f"run_name={slice_num}slice-V{cluster.device_version}_{cores}-maxdiffusion-jax-stable-stack-{current_datetime} "
112113
f"output_dir={gcs_bucket.BASE_OUTPUT_DIR}/maxdiffusion-jax-stable-stack-{mode.value}-{accelerator}-{slice_num}/automated/{current_datetime}",

0 commit comments

Comments
 (0)