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
NotImplementedError: in-place op of `torch.sin_` to `<TensorProxy(name="x", dtype=thunder.dtypes.float32, shape=())>`, a view tensor of `<TensorProxy(name="t", dtype=thunder.dtypes.float32, shape=(10,))>` is not supported because 1 != 10
The text was updated successfully, but these errors were encountered:
In the past, you mentioned that some HuggingFace model implementations do similar slicing and inplace updates. Can you provide references to the code where it happens?
gets me
The text was updated successfully, but these errors were encountered: