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
Posting this for documentation purposes.
torch.compile has been reported to cause hang on exit when used with the "spawn" method in multiprocess. pytorch/pytorch#115366 pytorch/pytorch#126311
Upgrading to Python 3.10 may solve the problem (at least in my case). Currently, we can only push the Pytorch community to fix this🫠
Environment
PyTorch 2.1.1 + Python 3.9
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this bug?
🐛 Describe the bug
Posting this for documentation purposes.
torch.compile has been reported to cause hang on exit when used with the "spawn" method in multiprocess.
pytorch/pytorch#115366
pytorch/pytorch#126311
Upgrading to Python 3.10 may solve the problem (at least in my case). Currently, we can only push the Pytorch community to fix this🫠
Environment
PyTorch 2.1.1 + Python 3.9
The text was updated successfully, but these errors were encountered: