Mismatching stable version

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?

The install instructions are given as:

conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c nvidia

while you are using the conda-forge channel.

Thanks for your suggestion, but when I change my OS type to Windows the nvidia channel changes to the conda-forge channel.

Ah, sorry for missing it’s Windows. In that case I won’t be of much help, as I wouldn’t be able to test it.