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
Remove inference_mode() from platforms.hpu (#1691)
Inference_mode() is causing recompilations with t.compile - we don't
need it as we already put inference_mode on particular functions in
model runner. It was introduced by Rebase 0.9.0.1
(#1507) - previously we didn't
have such call.
0 commit comments