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
Right now when doing a local x.py install, we first compress the artifacts with max compression ratio, just to immediately unpack them again when installing them to disk.
Making the compression level less aggressive or skipping it altogether can probably save 5-10 minutes on an x.py install.