Wrong install instruction - returns error
After entering commands from intsruction i am getting ERROR: Could not find a version that satisfies the requirement torch==2.7.0 (from versions: none) ERROR: No matching distribution found for torch==2.7.0
I had a similar error. Ended up having to manually set my venv with python12 instead of 14 (which is the default version with the python command). Then I had to manually install cuda12 instead of the one in the instructions (I have an RTX4060Ti, which supposed to use Cuda13 according to NVIDIA-SMI (but I guess it's backwards compatible so it works). Perhaps I should have used cuda13, but what works works. The requirements have to be installed on the correct version of python and cuda for it to work with me.