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
I tried to use conda install -c pytorch pytorch on Ubuntu 16.04, and I found that it installed 0.1.12 without any warning. Finally, I found that Pytorch 0.3 requires mkl >= 2018, but it will not warn you at all if the requirement is not satisfied.
I am curious why conda didn't update mkl automatically or warn users during the installation?
The text was updated successfully, but these errors were encountered:
I tried to use
conda install -c pytorch pytorch
on Ubuntu 16.04, and I found that it installed 0.1.12 without any warning. Finally, I found that Pytorch 0.3 requires mkl >= 2018, but it will not warn you at all if the requirement is not satisfied.I am curious why conda didn't update mkl automatically or warn users during the installation?
The text was updated successfully, but these errors were encountered: