-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up Stable Diffusion tests and CI jobs
Refactor the Stable Diffusion test suite and CI jobs to improve model stability and maintainability. - Move all Stable Diffusion tests into the model directory for better organization. - Remove unnecessary postfixes from test filenames. - Delete dead test code, including tests unrelated to SD modules and code for deprecated SD variants using 224x224 input shapes. - Re-enable previously broken tests in CI. - Update the CODEOWNERS file to reflect moved/deleted directories and files.
- Loading branch information
Showing
36 changed files
with
22 additions
and
1,297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
236 changes: 0 additions & 236 deletions
236
models/demos/wormhole/stable_diffusion/test_multiple_iterations.py
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
tests/nightly/single_card/stable_diffusion/test_basic_transformer_block.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../models/demos/wormhole/stable_diffusion/tests/test_basic_transformer_block.py |
1 change: 1 addition & 0 deletions
1
tests/nightly/single_card/stable_diffusion/test_cross_attention.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../models/demos/wormhole/stable_diffusion/tests/test_cross_attention.py |
1 change: 1 addition & 0 deletions
1
tests/nightly/single_card/stable_diffusion/test_cross_attn_up_block_2d.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../models/demos/wormhole/stable_diffusion/tests/test_cross_attn_up_block_2d.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../models/demos/wormhole/stable_diffusion/tests/test_demo.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../models/demos/wormhole/stable_diffusion/tests/test_embedding.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../models/demos/wormhole/stable_diffusion/tests/test_feedforward.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../models/demos/wormhole/stable_diffusion/tests/test_geglu.py |
1 change: 1 addition & 0 deletions
1
tests/nightly/single_card/stable_diffusion/test_resnet_block_2d.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../models/demos/wormhole/stable_diffusion/tests/test_resnet_block_2d.py |
1 change: 1 addition & 0 deletions
1
tests/nightly/single_card/stable_diffusion/test_sharded_matmuls.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../models/demos/wormhole/stable_diffusion/tests/test_sharded_matmuls.py |
1 change: 1 addition & 0 deletions
1
tests/nightly/single_card/stable_diffusion/test_transformer_2d_model.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../models/demos/wormhole/stable_diffusion/tests/test_transformer_2d_model.py |
1 change: 1 addition & 0 deletions
1
tests/nightly/single_card/stable_diffusion/test_unet_2d_condition_model.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../models/demos/wormhole/stable_diffusion/tests/test_unet_2d_condition_model.py |
Oops, something went wrong.