Skip to content

Commit

Permalink
#0: Target SD ttnn integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-rkim committed Dec 11, 2024
1 parent 638a9ff commit f87385d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ jobs:
matrix:
test-config:
- model: "stable_diffusion"
cmd: pytest --timeout 900 -n auto tests/nightly/single_card/stable_diffusion
cmd: SLOW_MATMULS=1 pytest --timeout 900 tests/ttnn/integration_tests/stable_diffusion
# Need to go through models 1 by 1 here and make sure we can run
# cmd: pytest --timeout 900 -n auto tests/nightly/single_card/stable_diffusion
- model: "mamba 1"
cmd: pytest --timeout 900 -n auto tests/nightly/single_card/mamba --splits 6 --group 1
- model: "mamba 2"
Expand Down

0 comments on commit f87385d

Please sign in to comment.