Skip to content

Commit d47a6eb

Browse files
remove pip install .
1 parent 2deaa7e commit d47a6eb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/UnitTests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
- name: Run MaxDiffusion Training
3939
run: |
4040
# This command is adapted from your DAG for a single-slice configuration.
41-
NVTE_FUSED_ATTN=1 pip install . && \
42-
python -m src.maxdiffusion.train_sdxl src/maxdiffusion/configs/base_xl.yml \
41+
NVTE_FUSED_ATTN=1 python -m src.maxdiffusion.train_sdxl src/maxdiffusion/configs/base_xl.yml \
4342
hardware=gpu \
4443
train_new_unet=true \
4544
train_text_encoder=false \

0 commit comments

Comments
 (0)