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
Now, everytime I see this, I think the stack trace is wrong. Why is torch.cos causing a specialization??. Then, I realize that Tensor subclasses are a thing. I wish here it would tell me what the Tensor subclass is (TwoTensor in this case!) or the LOC at the Tensor subclass that does the specialization.
Not sure if this is possible, but this would really help with debugging vLLM (where Tensor subclasses are now abundant).