Does Pytorch 1.4 support cuda10.1?
PyTorch 1.4.0 shipped with CUDA 10.1 by default, so there is no separate package with the cu101
suffix, those are only for alternative versions. You just need to install the regular torch
package:
pip install torch==1.4.0 -f https://download.pytorch.org/whl/torch_stable.html