tenstorrent / tt-metal

:metal: TT-NN operator library, and TT-Metalium low level kernel programming model.
Apache License 2.0
378 stars 47 forks source link

stable diffusion demo hanging on N300 from v50 release tag #10366

Open dvartaniansTT opened 1 month ago

dvartaniansTT commented 1 month ago

Describe the bug Stable Diffusion demo hangs on v50 building both from source or from the whl. tried several reboots but did not help

To Reproduce Steps to reproduce the behavior:

  1. git checkout v0.50.0
  2. git submodule update --init --recursive
  3. follow build from whl instructions from v50 branch
  4. run SD demo: pytest --disable-warnings --input-path="models/demos/wormhole/stable_diffusion/demo/input_data.json" models/demos/wormhole/stable_diffusion/demo/demo.py::test_demo
  5. the demo hangs mid-way (see screen shot attached)

Expected behavior Demo to run fully and pass.

Screenshots

Screenshot 2024-07-16 at 1 08 07 PM

Please complete the following environment information:

mywoodstock commented 1 month ago

related: https://github.com/tenstorrent/tt-metal/issues/7560