Vladimir, it seems that it isn't a full version of pytorch since it is located in the
folder
I did a conda --dry-run to see what is in a full install
(arcgispro-py3) C:\arc_pro\bin\Python\envs\arcgispro-py3>conda install pytorch --dry-run
Fetching package metadata .............
Solving package specifications: .
Package plan for installation in environment C:\arc_pro\bin\Python\envs\arcgispro-py3:
The following NEW packages will be INSTALLED:
_pytorch_select: 1.1.0-cpu
ninja: 1.9.0-py36h74a9793_0
pytorch: 1.0.1-cpu_py36h39a92a0_0
The following packages will be UPDATED:
asn1crypto: 0.24.0-py36_0 --> 1.0.1-py36_0
attrs: 19.1.0-py36_1 --> 19.2.0-py_0
ca-certificates: 2019.5.15-1 --> 2019.8.28-0
........... snip .......................
Perhaps you will have to wait from someone else to find out what version number you need or if the cpu version is available in the Pro distribution from their distribution site
https://anaconda.org/esri/pytorch
(arcgispro-py3) C:\arc_pro\bin\Python\envs\arcgispro-py3>conda install -c esri pytorch --dry-run
Fetching package metadata .............
Solving package specifications: .
Package plan for installation in environment C:\arc_pro\bin\Python\envs\arcgispro-py3:
The following NEW packages will be INSTALLED:
cudatoolkit: 10.0.130-0
ninja: 1.9.0-py36h74a9793_0
pytorch: 1.1.0-py3.6_cuda100_cudnn7_1 esri
The following packages will be UPDATED:
asn1crypto: 0.24.0-py36_0 --> 1.0.1-py36_0
............. snip .......................