How am i supposed to get old versions of torch on windows x64 arhitecture?

All posts lead me to https://download.pytorch.org/whl/cu80/torch_stable.html, on which i can’t seem to find any wheels for windows x64. Or how can i get a version of pytorch running for my 8.6 compute GPU?

PyTorch Windows builds were most likely introduced after our CUDA 8.0 builds.

All of our current binaries support compute capability 8.6.

So if I install pytorch for compute platform 12.6 it should work with my GPU? I don’t exaclty understand what you mean by current binaries. If I install pytorch for compute platform 12.6 it does work and store data on my gpu, but it seems that it uses cpu for computation, and I thought that my GPU lost support since I last installed pytorch.