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
On Linux with Python 3.12 this gives (compared to 1.20.0):
* almost 2x less memory overhead per parallel worker
* 3-4% faster cold parallel runs
* (most notably) ~2x faster `mypy -c 'import torch'` with warm cache, on
my desktop warm torch now takes 250-300ms
0 commit comments