We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1263eb commit 9295b8bCopy full SHA for 9295b8b
1 file changed
.github/workflows/UnitTests.yml
@@ -69,7 +69,7 @@ jobs:
69
# IMPORTANT: Replace with the label for your runner (e.g., v5p-8)
70
runs-on: ["linux-x86-a3-megagpu-h100-8gpu"]
71
container:
72
- image: gcr.io/tpu-prod-env-multipod/maxdiffusion_stable_stack_candidate:
+ image: gcr.io/tpu-prod-env-multipod/maxdiffusion_stable_stack_candidate:jax0.7.2_cuda13_te2.6.0
73
steps:
74
- name: Checkout Repository
75
uses: actions/checkout@v4
@@ -108,7 +108,7 @@ jobs:
108
train_text_encoder=false \
109
cache_latents_text_encoder_outputs=true \
110
per_device_batch_size=1 \
111
- attention=cudnn_flash_te \
+ attention=dot_product \
112
activations_dtype=bfloat16 \
113
weights_dtype=bfloat16 \
114
max_train_steps=200 \
0 commit comments