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
There are some SymInt problem appeared in model test, and currently I have no idea what happen, the error messages are
codegen & OPT & Whisper
torch._dynamo.exc.BackendCompilerFailed: backend='ttnn_backend' raised:
RuntimeError: aten::clone() Expected a value of type 'Tensor' for argument 'self' but instead found type 'SymInt'.
Position: 0
Value: s0
Declaration: aten::clone(Tensor self, *, MemoryFormat? memory_format=None) -> Tensor
Cast error details: Unable to cast s0 to Tensor
There are some SymInt problem appeared in model test, and currently I have no idea what happen, the error messages are
The text was updated successfully, but these errors were encountered: