Helllooo!
I am having issues installing pytorch from the terminal.
I tried my best surfing through existing threads and already uninstalled the newest version of python, as I read it was uncompatible. I reinstalled an older version of python with what I thought was a compatible version of pytorch, but am having difficulties getting it to run even when installing an earlier version of Cuda. My biggest issue is not understanding the compatibility between versions of cuda and python/pytorch. Should I attempt to run it through cpu instead despite having an Nvidia graphics card?
My cpu is a Windows11 x64 bit with an NVIDIA GeForce RTX 3060 Ti
I currently have installed
Python 3.10.11
I am attempting to install also
Pytorch stable 2.1.2 (pip, cuda 12.1)
I am still actively trouble shooting it and attempting to match versions. The code that is responding in the terminal is something I've seen on other posts,
ERROR: Could not find version that satisfies the requirement torch (from versions: none) ERROR: No matching torch
But the remedies don't seem to apply. I already also unistalled the versions of cuda I had and am trying different versions, any help with understanding this a bit better is appreciated, thank you ❤️