You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/blozano/anaconda3/envs/py310/lib/python3.10/site-packages/ttnn/operations/binary_backward.py", line 8, in <module>
from ttnn.operations.complex_binary_backward import (
File "/home/blozano/anaconda3/envs/py310/lib/python3.10/site-packages/ttnn/operations/complex_binary_backward.py", line 6, in <module>
import torch
To Reproduce
Steps to reproduce the behavior:
Just import ttnn without torch and you will see this.
The text was updated successfully, but these errors were encountered:
Describe the bug
We should never import torch outside of golden functions.
https://github.com/tenstorrent/tt-metal/blob/main/ttnn/ttnn/operations/binary_backward.py#L15
To Reproduce
Steps to reproduce the behavior:
Just import ttnn without torch and you will see this.
The text was updated successfully, but these errors were encountered: