Problem installing pytorch with conda

Could you try to install it using cuda100 instead of cudatoolkit=10.0?

conda install pytorch=1.0.0 torchvision cuda100 -c pytorch
1 Like