Skip to content

Commit 323654a

Browse files
Try with TE flash
1 parent e0615dc commit 323654a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/UnitTests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
repository: AI-Hypercomputer/maxtext
3838
path: maxtext
3939
ref: rbierneni-test-gpu-run
40+
41+
- name: Print dependencies
42+
run: |
43+
pip freeze
4044
4145
- name: Run MaxText Training
4246
run: |
@@ -50,7 +54,7 @@ jobs:
5054
python3 -m MaxText.train MaxText/configs/base.yml \
5155
steps=2 \
5256
enable_checkpointing=false \
53-
attention=dot_product \
57+
attention=cudnn_flash_te \
5458
dataset_type=synthetic \
5559
run_name=rbierneni-test-maxtext-gpu \
5660
base_output_directory=gs://rbierneni-multipod-dev/maxtext/${{ github.run_id }}

0 commit comments

Comments
 (0)