Skip to content

Commit

Permalink
Add paths to run SD tests (microsoft#4919)
Browse files Browse the repository at this point in the history
Add additional files to the paths that run the nv-sd.yml tests, if we
update the requirements-sd.txt or VAE/UNET, we should run those tests.

---------

Co-authored-by: Lev Kurilenko <[email protected]>
  • Loading branch information
loadams and lekurile authored Jan 9, 2024
1 parent d8d865f commit 5457363
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nv-sd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ on:
- "tests/unit/inference/test_stable_diffusion.py"
- "deepspeed/model_implementations/diffusers/unet.py"
- "deepspeed/model_implementations/diffusers/vae.py"
- "deepspeed/module_inject/containers/vae.py"
- "deepspeed/module_inject/containers/unet.py"
- ".github/workflows/nv-sd.yml"
- "requirements/requirements-sd.txt"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 5457363

Please sign in to comment.