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
fix crash during torch model reload with inter op thread paramter set
torch allows setting the interop thread count only once
and before any inter-op parallel work is started because
it creates threadpool statically.
To follow this constraint, check the interop thread count
and set only if it's not yet set.
0 commit comments