Skip to content

Commit 9295b8b

Browse files
use with no te
1 parent d1263eb commit 9295b8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/UnitTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# IMPORTANT: Replace with the label for your runner (e.g., v5p-8)
7070
runs-on: ["linux-x86-a3-megagpu-h100-8gpu"]
7171
container:
72-
image: gcr.io/tpu-prod-env-multipod/maxdiffusion_stable_stack_candidate:
72+
image: gcr.io/tpu-prod-env-multipod/maxdiffusion_stable_stack_candidate:jax0.7.2_cuda13_te2.6.0
7373
steps:
7474
- name: Checkout Repository
7575
uses: actions/checkout@v4
@@ -108,7 +108,7 @@ jobs:
108108
train_text_encoder=false \
109109
cache_latents_text_encoder_outputs=true \
110110
per_device_batch_size=1 \
111-
attention=cudnn_flash_te \
111+
attention=dot_product \
112112
activations_dtype=bfloat16 \
113113
weights_dtype=bfloat16 \
114114
max_train_steps=200 \

0 commit comments

Comments
 (0)