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
Summary:
torch._check expects a string, however this was passing a lambda function that returned a string, which was causing a issues when compiling the code with PT2.
Just cleaned it up to use f-string.
Reviewed By: spcyppt
Differential Revision: D82347053
0 commit comments