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
* Install blas & mkl
These are necessary for the TPU pytorch XLA.
They also provide a significant perforance boost.
They used to be automatically included when we were installing torch
from conda but they are not now that we install torch from pip.
I added a test to prevent regression.
http://b/195414519
* separate conda commands to speed up resolution
0 commit comments