We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0615dc commit 323654aCopy full SHA for 323654a
1 file changed
.github/workflows/UnitTests.yml
@@ -37,6 +37,10 @@ jobs:
37
repository: AI-Hypercomputer/maxtext
38
path: maxtext
39
ref: rbierneni-test-gpu-run
40
+
41
+ - name: Print dependencies
42
+ run: |
43
+ pip freeze
44
45
- name: Run MaxText Training
46
run: |
@@ -50,7 +54,7 @@ jobs:
50
54
python3 -m MaxText.train MaxText/configs/base.yml \
51
55
steps=2 \
52
56
enable_checkpointing=false \
53
- attention=dot_product \
57
+ attention=cudnn_flash_te \
58
dataset_type=synthetic \
59
run_name=rbierneni-test-maxtext-gpu \
60
base_output_directory=gs://rbierneni-multipod-dev/maxtext/${{ github.run_id }}
0 commit comments