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
Don't use lambdas in JITFunction to make it picklable (#5900)
PyTorch issue: pytorch/pytorch#146945
Functionality in PyTorch that started relying on serializability of
`JITFunction`: pytorch/pytorch#146417
I suppose there are different ways to solve this problem, but at least
the current lambdas are not necessary and can be easily rewritten.
Signed-off-by: Anatoly Myachev <[email protected]>
0 commit comments