Skip to content

Commit a6579ec

Browse files
Check environment
1 parent d47a6eb commit a6579ec

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/UnitTests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,15 @@ jobs:
3535
- name: Checkout Repository
3636
uses: actions/checkout@v4
3737

38+
- name: Print dependencies
39+
run: |
40+
pip freeze
41+
3842
- name: Run MaxDiffusion Training
3943
run: |
4044
# This command is adapted from your DAG for a single-slice configuration.
41-
NVTE_FUSED_ATTN=1 python -m src.maxdiffusion.train_sdxl src/maxdiffusion/configs/base_xl.yml \
45+
NVTE_FUSED_ATTN=1 pip install . && \
46+
python -m src.maxdiffusion.train_sdxl src/maxdiffusion/configs/base_xl.yml \
4247
hardware=gpu \
4348
train_new_unet=true \
4449
train_text_encoder=false \

0 commit comments

Comments
 (0)