Ive used conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge
to install the latest stable version of pytorch for windows.
The latest stable version is supposed to the webstite version 1.9.1.
But the torch.__version__ is set to 1.10.0. Also the field torch.version.cuda is not set this is unfavorable for my project.
Is there any workaround to get torch version 1.9.1 with cuda version 1.11?