I am trying to install pytorch on windows and there is one which is available for it but shows an error.
conda install -c peterjc123 pytorch=0.1.12 >
conda install -c peterjc123 pytorch=0.1.12
Below is the working configuration:
Python 3.8
Pytorch version 1.5.1
Windows 10
pytorch installation command:
conda install pytorch torchvision cudatoolkit=9.2 -c pytorch -c defaults -c numba/label/dev