-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#7560: Re-enable Stable Diffusion tests in CI #11153
Conversation
4548009
to
fb12634
Compare
fb12634
to
4e3eb4c
Compare
4e3eb4c
to
34986f7
Compare
@@ -10,7 +10,7 @@ fail=0 | |||
|
|||
echo "Running unstable nightly tests for WH B0 only" | |||
|
|||
SLOW_MATMULS=1 WH_ARCH_YAML=wormhole_b0_80_arch_eth_dispatch.yaml env pytest -n auto tests/ttnn/integration_tests/stable_diffusion ; fail+=$? | |||
env SLOW_MATMULS=1 WH_ARCH_YAML=wormhole_b0_80_arch_eth_dispatch.yaml pytest -n auto tests/ttnn/integration_tests/stable_diffusion ; fail+=$? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DAMN!!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
F
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...
how's a run of this looking like for nightly FD? |
@tt-rkim These two seem good: |
RUN ITTTTT Do we need to update SD codeowners? |
ee36d9c
to
0978a39
Compare
@tt-rkim Good call. I updated it here in a separate commit. Added @mywoodstock as an owner as well since I think he's the most familiar with SD at the moment - let me know if you think someone else is better suited. |
0978a39
to
6797bf1
Compare
Ticket
#7560
Summary
It seems like we can re-enable the SD tests with
SLOW_MATMULS
enabled, as I have not seen any hangs or failures after 3 pipeline runs in this configuration.Once merged, I will monitor the pipeline for failures.
Checklist