We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2fdc2 commit a93fbffCopy full SHA for a93fbff
1 file changed
.github/workflows/UnitTests.yml
@@ -59,6 +59,7 @@ jobs:
59
- name: Run SDXL Training
60
env:
61
NVTE_FRAMEWORK: jax
62
+ TF_FORCE_GPU_ALLOW_GROWTH: "true"
63
run: |
64
python -m src.maxdiffusion.train_sdxl src/maxdiffusion/configs/base_xl.yml \
65
run_name="sdxl-ci-test-${{ github.run_id }}" \
0 commit comments